Add compatibility with FFMPEG 7.0#954
Conversation
44d5ee5 to
08ffdc4
Compare
ff78c63 to
6474572
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #954 +/- ##
===========================================
+ Coverage 54.26% 54.91% +0.65%
===========================================
Files 182 182
Lines 16505 15948 -557
===========================================
- Hits 8956 8758 -198
+ Misses 7549 7190 -359 ☔ View full report in Codecov by Sentry. |
|
@eclipseo Thanks a bunch for taking a stab at this! I've left a few comments for you (sorry for the nitpicks). Mostly looks good, just a few questions and a few ideas to keep the changes tidy. 👍 |
104b9e8 to
85ab89f
Compare
channel_layout has been replaced with ch_layout Fix OpenShot#953
Yes ch_layour is a structure that contains both the number of channels and the layout at the same time. I updated various thing according to your notes, could check it? |
|
@eclipseo Thanks! Your changes look great, much easier to follow. I'll do some additional testing on this today, just to verify no issues arise from our build servers, and then hopefully get it merged. |
|
@eclipseo Build error: |
Moving variable init and fixing build error
2nd Attempt to fix this in the GitHub file editor, lol
attempt OpenShot#3 on GitHub editor, build error fix
|
Ha my bad I had reused a variable name. |
channel_layout has been replaced with ch_layout