-
Notifications
You must be signed in to change notification settings - Fork 277
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 #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