summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-01-08 07:11:43 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-01-08 07:11:43 +0000
commit15cdff8525b2458b038457a250c693255697ab44 (patch)
tree2799ff2eb6e6065ccd2d4424f60567c1ff9c7c7f /libavformat/mxf.h
parent8a47ad5e7c9b379abda90827c4da13e4041a8ddd (diff)
100l, add missing enum type, fix compilation
Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r--libavformat/mxf.h1
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
};