We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The below hack should no longer be needed once the following patches to ffmpeg have been merged:
mythtv/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Lines 4606 to 4607 in af6f362
https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/ https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/
These patches fix the crashes caused by using downmix in codecs, you should not need to use a whitelist (DecoderWillDownmix) anymore.
DecoderWillDownmix
The text was updated successfully, but these errors were encountered:
These patches have been merged
Sorry, something went wrong.
bennettpeter
No branches or pull requests
The below hack should no longer be needed once the following patches to ffmpeg have been merged:
mythtv/mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Lines 4606 to 4607 in af6f362
https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/
https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/
These patches fix the crashes caused by using downmix in codecs, you should not need to use a whitelist (
DecoderWillDownmix
) anymore.The text was updated successfully, but these errors were encountered: