diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-08 07:11:43 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-08 07:11:43 +0000 |
commit | 15cdff8525b2458b038457a250c693255697ab44 (patch) | |
tree | 2799ff2eb6e6065ccd2d4424f60567c1ff9c7c7f /libavformat | |
parent | 8a47ad5e7c9b379abda90827c4da13e4041a8ddd (diff) | |
download | ffmpeg-15cdff8525b2458b038457a250c693255697ab44.tar.gz |
100l, add missing enum type, fix compilation
Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-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 4c17a9ee85..39c8c16113 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -41,6 +41,7 @@ enum MXFMetadataSetType { Identification, ContentStorage, SubDescriptor, + IndexTableSegment, TypeBottom,// add metadata type before this }; |