]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Add support for FlagCommentary
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 16 Feb 2021 17:23:59 +0000 (18:23 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 22 Feb 2021 03:12:02 +0000 (04:12 +0100)
commit18b3deee2256a8861fd292653c8dd3ef191ef893
treeb67ebd8f0a83bd5eefa4cea69afc2b7cf2456ed4
parent05ae0b239fbad170f98099cdb4e44d064b776059
avformat/matroskadec: Add support for FlagCommentary

Hint: Matroska actually provides a way to distinguish the cases of
"track is no commentary track" and "it is unknown whether the track
is a commentary track", but our disposition flags do not. Therefore
we need not use a CountedElement.

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