diff options
author | Vignesh Venkatasubramanian <vigneshv@google.com> | 2013-02-04 15:17:52 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-14 21:34:47 +0100 |
commit | ce6a8e5947cabf90720fe0763301e1657252dbec (patch) | |
tree | 8b10dc6b46dcecb4fa70b5945a849c748d2f1b6c /libavformat/matroska.h | |
parent | 2f3bc5122822687dc388f7352c92cf6db456cf7c (diff) | |
download | ffmpeg-ce6a8e5947cabf90720fe0763301e1657252dbec.tar.gz |
Adding AlphaMode element to Matroska Parser
Adding support for parsing AlphaMode element in the Track header
and export that information as a metadata tag. This flag indicates
presence of alpha channel data in BlockAdditional element.
Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r-- | libavformat/matroska.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h index 769fe5445a..8e6f8cc339 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -118,6 +118,7 @@ #define MATROSKA_ID_VIDEODISPLAYUNIT 0x54B2 #define MATROSKA_ID_VIDEOFLAGINTERLACED 0x9A #define MATROSKA_ID_VIDEOSTEREOMODE 0x53B8 +#define MATROSKA_ID_VIDEOALPHAMODE 0x53C0 #define MATROSKA_ID_VIDEOASPECTRATIO 0x54B3 #define MATROSKA_ID_VIDEOCOLORSPACE 0x2EB524 |