Skip to content

Fixed deprecated libav functions, crash, and compile time errors.#5

Open
TheRealCheeseEnjoyer wants to merge 2 commits intoopencma:masterfrom
TheRealCheeseEnjoyer:master
Open

Fixed deprecated libav functions, crash, and compile time errors.#5
TheRealCheeseEnjoyer wants to merge 2 commits intoopencma:masterfrom
TheRealCheeseEnjoyer:master

Conversation

@TheRealCheeseEnjoyer
Copy link

Removed deprecated avcodec_register_all() and replaced deprecated avcodec_decode_video2() with avcodec_send_packet() and avcodec_receive_frame() for compatibility with newer versions of libav.

Also fixed compile time errors in Constants.h and VideoPacketWiiU.h (missing include).
Also fixed crash in OSUtil.cpp in function OSUtil::exists() (missing return statement).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant