-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update ffmpeg to 7.1.1 #17017
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
base: master
Are you sure you want to change the base?
Update ffmpeg to 7.1.1 #17017
Conversation
c5c105b
to
ab3c318
Compare
ensure(!(codec->capabilities & AV_CODEC_CAP_SUBFRAMES)); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ensure(!(codec->capabilities & AV_CODEC_CAP_SUBFRAMES)); |
This flag is also deprecated, the check can be removed entirely.
rpcs3/rpcs3/Emu/Cell/Modules/cellAtracXdec.h Line 196 in 4800aa9
You need to add a default value here because it isn't initialized in AtracXdecDecoder::alloc_avcodec() anymore.
|
@Megamouse, I was able to build this with FFMPEG 6.1 and 8.0 using commit 1540da7 and 84a4de1, by reverting the changes to |
closes #17461