diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-08-24 05:55:46 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-08-24 05:55:46 +0000 |
commit | 6986662b5fe712f68d59dc95f18b2d7d300c6d28 (patch) | |
tree | 1d55fa99aa46d36b7adce4427ab75dc6755752b9 /libavformat/mxf.h | |
parent | cc09e77e2a1900da662e59571eaef15737fef28d (diff) | |
download | ffmpeg-6986662b5fe712f68d59dc95f18b2d7d300c6d28.tar.gz |
Import more ok'ed chunks of the mxf muxer from the soc tree
Originally committed as revision 14938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r-- | libavformat/mxf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h index 480b619d38..b6ba22ada4 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -41,6 +41,7 @@ enum MXFMetadataSetType { Identification, ContentStorage, SubDescriptor, + TypeBottom,// add metadata type before this }; typedef struct { |