From 15cdff8525b2458b038457a250c693255697ab44 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 8 Jan 2009 07:11:43 +0000 Subject: 100l, add missing enum type, fix compilation Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/mxf.h') 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 }; -- cgit v1.2.3