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

Fix #24 #33

Merged
merged 1 commit into from
Nov 27, 2017
Merged

Fix #24 #33

merged 1 commit into from
Nov 27, 2017

Conversation

rkfg
Copy link
Contributor

@rkfg rkfg commented Nov 27, 2017

It seems something inside libav is not behaving properly. Either MKV is not well-defined in terms of supported formats or av_codec_get_tag2 should not be used like that. Maybe it doesn't support getting tags for subtitle streams, I have no idea really. The fact is, it prevents adding aubtitles to an MKV container and it's wrong so I removed that check. It's redundant anyway because right after adding a stream we check the result for NULL, so if it didn't work for whatever reason we'd throw_if.

@h4tr3d h4tr3d merged commit e1c26b8 into h4tr3d:master Nov 27, 2017
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.

2 participants