diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-10-05 10:59:15 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-10-28 14:54:13 -0700 |
commit | 77b5c82b49dacfab9966df2d7532ae155478769e (patch) | |
tree | b33a660595f6d6019d7e2e99f22576ad6b7ed381 /libavcodec/avcodec.h | |
parent | bc2dd36740ef13d1f95c243ff58167fafb3d9a51 (diff) | |
download | ffmpeg-77b5c82b49dacfab9966df2d7532ae155478769e.tar.gz |
isom: Add MPEG4SYSTEMS dummy object type indication.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1c9bd96a5f..649bce488c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -372,6 +372,8 @@ enum CodecID { CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS * stream (only used by libavformat) */ + CODEC_ID_MPEG4SYSTEMS = 0x20001, /**< _FAKE_ codec to indicate a MPEG-4 Systems + * stream (only used by libavformat) */ CODEC_ID_FFMETADATA=0x21000, ///< Dummy codec for streams containing only metadata information. }; |