-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
obs-ffmpeg: Fix deprecation with FFmpeg 7.1 #11511
base: master
Are you sure you want to change the base?
Conversation
I'm using FFmpeg built from git and I'm running into an issue that CMake can't find FFmpeg. If I rebuild FFmpeg with the same build options but on the 7.0 branch, then this problem does not occur. I would very much like this issue to be fixed as part of this merge request. If needed, I can provide all the build options I used for FFmpeg and OBS.
|
We are aware of this issue. We do not require further reports at this time. Thank you for your understanding. |
For anyone who's willing to test, I think there shouldn't be too much to test. The things with lean on the heaviest are swscale and swresample for scaling/resampling, and avformat/avutil for muxing. We don't really rely too heavily on the encoders except for that one lossless one. Shouldn't be any regressions but double-checking this code with older versions is also welcome. |
Description
Closes #11484
Fix errors introduced by building OBS Studio with FFmpeg 7.1.
Motivation and Context
FFmpeg 7.1 is out, and Arch Linux will not wait for us…
And since the errors looked easy to fix, so I made the PR.
How Has This Been Tested?
Not completely tested, I just tried lossless encoder with #11510…
Types of changes
Checklist: