diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:53 +0000 |
---|---|---|
committer | Anton Khirnov <wyskas@gmail.com> | 2010-12-27 07:46:53 +0000 |
commit | fd5b124d748249d5f5b33f5901042738d0c893d8 (patch) | |
tree | d75e88635a23d47e87e27e843b3c76417a098147 /libavcodec | |
parent | a46515115cd0ab552e7035afdb3f96a603e3a28f (diff) | |
download | ffmpeg-fd5b124d748249d5f5b33f5901042738d0c893d8.tar.gz |
Metadata demuxer.
Originally committed as revision 26102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9c111bb3aa..871a592764 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -406,6 +406,7 @@ enum CodecID { CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS * stream (only used by libavformat) */ + CODEC_ID_FFMETADATA=0x21000, ///< Dummy codec for streams containing only metadata information. }; #if LIBAVCODEC_VERSION_MAJOR < 53 |