Skip to content
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

demux_lavf: remove fix_editlists hack for mp4 #13254

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

llyyr
Copy link
Contributor

@llyyr llyyr commented Jan 9, 2024

Remove this "hack" from 2017 which disabled advanced_editlist while demuxing mov/mp4. See: b7b12c3 as well as b86a231

At present, advanced edit list support seems to be mature enough that it doesn't need to be disabled by us and disabling it seems to break more files based on testing with elist files in FFmpeg's FATE suite.

Fixes #13252

Remove this "hack" from 2017 which disabled `advanced_editlist` while
demuxing mov/mp4. See: b7b12c3 as well
as b86a231

At present, advanced edit list support seems to be mature enough that it
doesn't need to be disabled by us and disabling it seems to break more
files based on testing with `elist` files in FFmpeg's FATE suite.
@sfan5 sfan5 merged commit bd5d8e4 into mpv-player:master Jan 11, 2024
11 of 13 checks passed
@llyyr llyyr deleted the remove-editlist-hack branch September 18, 2024 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mpv reports incorrect video duration when two streams of different length are remuxed via ffmpeg
2 participants