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

[Matroska] Support for several flags as Visual/Hearing Impaired, Commentary, Original, TextDescriptions #1921

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

LionelDUCHATEAU
Copy link


if (StreamKind_Last != Stream_Video)
{
Fill(StreamKind_Last, StreamPos_Last, "Hearing Impaired", Temp->second.HearingImpaired ? "Yes" : "No");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1/ Field Name must not have space
2/ Using 1 line per item creates too many lines for not so much stuff and often mutual exclusive topics. We use another field for this topic, si AC-3 stuff or DASH related stuff about how it is already in MediaInfo.

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.

None yet

2 participants