]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Add support for FlagHearing/VisualImpaired
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 16 Feb 2021 18:08:51 +0000 (19:08 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 22 Feb 2021 03:12:25 +0000 (04:12 +0100)
commit51e10677291863e496cabcc71fe871628e869f2e
tree6f2c73cee838fae79504bbea28ec84459efdf20f
parent8949be0086643644f32859940e0a8eb37d56eac6
avformat/matroskadec: Add support for FlagHearing/VisualImpaired

Given that our disposition flags provide no way to distinguish the
cases of "track is unsuitable for hearing impaired users" and "it is
unknown whether the track is suitable for hearing impaired users" we do
not need to use a CountedElement for these flags.

Reviewed-by: Ridley Combs <rcombs@rcombs.me>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroska.h
libavformat/matroskadec.c