-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Transmux containerless to the correct mimetype #5205
fix: Transmux containerless to the correct mimetype #5205
Conversation
It looks like you're removing code paths that enable containerless content to work without transmuxing. |
You're right, I need to make some more changes. |
Incremental code coverage: 100.00% |
532ea3d
to
b855703
Compare
54a530b
to
31a3c39
Compare
31a3c39
to
da8d3b2
Compare
This change did not cherry-pick cleanly to v4.2.x. If you think the fix is needed in v4.2.x, please create a new PR against that branch to backport it. |
Same for v4.3.x. |
With this change, the manifest codecs are not filtered when using a raw format, now it is filtered only when necessary.