diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-23 20:57:12 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-23 20:57:12 +0000 |
commit | 6e4668b8a952d7ef97329b26f08023345a02d612 (patch) | |
tree | 07583169f1b3b1d7895b28f9fb3a79d2d6e2d84f /libavformat/mxf.h | |
parent | 5e4aa542defb4f9551884eec2ab09582d8c9cbc0 (diff) | |
download | ffmpeg-6e4668b8a952d7ef97329b26f08023345a02d612.tar.gz |
write essence container data
Originally committed as revision 16733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r-- | libavformat/mxf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h index dca074f913..5094575cfe 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -42,6 +42,7 @@ enum MXFMetadataSetType { ContentStorage, SubDescriptor, IndexTableSegment, + EssenceContainerData, TypeBottom,// add metadata type before this }; |