-
Notifications
You must be signed in to change notification settings - Fork 521
Fix build with ffmpeg 8 #1739
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
Fix build with ffmpeg 8 #1739
Conversation
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results, when compared to test for commit 39e051b...:
NOTE: The following tests have been failing on the master branch as well as the PR:
All tests passing on the master branch were passed completely. Check the result page for more info. |
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results, when compared to test for commit 39e051b...:
NOTE: The following tests have been failing on the master branch as well as the PR:
Congratulations: Merging this PR would fix the following tests:
All tests passing on the master branch were passed completely. Check the result page for more info. |
|
Hi @marillat, Is this change backwards compatible for let's say ffmpeg 5? |
|
I have asked @steel-bucket to test this on FFMpeg 5 and 8, will merge if it works on both. |
|
Hi, can you please tell me where it's not compiling? I checked with the latest release |
|
@steel-bucket With ffmpeg 8 ? |
|
I checked with FFmpeg 8 and 6, yes, there was a seg fault with 8 in the main branch which this PR fixes. And it's also backwards compatible with FFMpeg 6. |
|
@steel-bucket Do you have a command line to reproduce the crash ? |
|
@marillat Things are fine, the segfault was not in your branch. |
prateekmedia
left a comment
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.
LGTM! Thanks.
Fix build with ffmpeg 8
In raising this pull request, I confirm the following (please check boxes):