100l, add missing enum type, fix compilation

Originally committed as revision 16495 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 16 years ago
parent 8a47ad5e7c
commit 15cdff8525
  1. 1
      libavformat/mxf.h

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

Loading…
Cancel
Save