-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Add compatibility with FFMPEG 7.0 #8408
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8408
Note: Links to docs will display an error until the docs builds have been completed. ❌ 16 New Failures, 12 Unrelated FailuresAs of commit d64420a with merge base a839642 (): NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
a1f2a4b
to
2312b39
Compare
channel_layout has been replaced with ch_layout
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.
Thank you @eclipseo . Our CI only compiles against ffmpeg4, all of the ffmpeg-related tests are unfortunately disabled #8162.
The compilation step of the jobs in this PR (with ffmpeg4) are running fine. I tried locally to compile and run some tests against ffmpeg7, which was successful.
Unfortunately, this is the best amount of testing we can provide for this right now...
Thanks a lot for the PR, I'll merge it now.
Reviewed By: vmoens Differential Revision: D58283813 fbshipit-source-id: 749e5c793d27ea87e3e12e1b3ecc146a40530067 Co-authored-by: Nicolas Hug <[email protected]> Co-authored-by: Nicolas Hug <[email protected]>
No description provided.