-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated API calls for new FFmpeg 4.3.x #14176
Conversation
Also, modify it in case some packager was patching, so they see this.
No longer needed.
Issue #13849 is fixed using this PR with ffmpeg git master as of today. https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/980b5c3bb5ffc94644d4e82f5bf98e5b83f932d7 |
Issue #11490 is still instantly reproducible with the FMV in Tales of Eternia |
Strange, it's only for some videos now... but it looks like another way is working in newer FFmpeg, trying it on some videos. -[Unknown] |
I feel like these could enjoy a unit test or two. |
This uses ifdefs to remove deprecated function / field usage, corrects
SetupStreams()
usage on FFmpeg 3.1+.Should fix #11490 and probably #13849 (didn't try any unreleased versions.) May help #11278.
Note: at this point, no updates to any builds to use newer FFmpeg, so this would only affect those using system FFmpeg.
-[Unknown]