100l, add missing enum type, fix compilation

Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-01-08 07:11:43 +00:00
parent 8a47ad5e7c
commit 15cdff8525

View File

@ -41,6 +41,7 @@ enum MXFMetadataSetType {
Identification,
ContentStorage,
SubDescriptor,
IndexTableSegment,
TypeBottom,// add metadata type before this
};