OSDN Git Service

100l, add missing enum type, fix compilation
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Thu, 8 Jan 2009 07:11:43 +0000 (07:11 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Thu, 8 Jan 2009 07:11:43 +0000 (07:11 +0000)
Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mxf.h

index 4c17a9e..39c8c16 100644 (file)
@@ -41,6 +41,7 @@ enum MXFMetadataSetType {
     Identification,
     ContentStorage,
     SubDescriptor,
+    IndexTableSegment,
     TypeBottom,// add metadata type before this
 };