-
Notifications
You must be signed in to change notification settings - Fork 42
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 av_* API usage for deprecations #220
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-common3 #220 +/- ##
===============================================
- Coverage 76.56% 76.50% -0.06%
===============================================
Files 73 73
Lines 10357 10361 +4
===============================================
- Hits 7930 7927 -3
- Misses 2427 2434 +7
Continue to review full report at Codecov.
|
did you want to cherry-pick d6b7844? |
Ah! Didn't even see that. |
av_packet_alloc is already calling the equivalent of av_init_packet so we don't need to call it here. Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
cfc90d2
to
875037f
Compare
Signed-off-by: Michael Carroll <[email protected]>
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.
The code looks reasonable, CI is happy 🎉
🦟 Bug fix
Fixes #203
Summary
After this macOS and other platforms with newer ffmpeg/libav version (Fedora 34) should build without deprecation warnings.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge