diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-17 11:42:47 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 20:21:28 +0200 |
commit | 53640f42be9f18368a8339116f8abf30616c60b2 (patch) | |
tree | 806c126d4494c863859c003774d48312c37dd8b5 /libavcodec/avcodec.h | |
parent | d948893dbd963a268e2fc093b3d09b5037560974 (diff) | |
download | ffmpeg-53640f42be9f18368a8339116f8abf30616c60b2.tar.gz |
SAMI demuxer and decoder.
Diffstat (limited to 'libavcodec/avcodec.h')
-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 6f620f8714..58243fd4ce 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -430,6 +430,7 @@ enum CodecID { CODEC_ID_MICRODVD = MKBETAG('m','D','V','D'), CODEC_ID_EIA_608 = MKBETAG('c','6','0','8'), CODEC_ID_JACOSUB = MKBETAG('J','S','U','B'), + CODEC_ID_SAMI = MKBETAG('S','A','M','I'), /* other specific kind of codecs (generally used for attachments) */ CODEC_ID_FIRST_UNKNOWN = 0x18000, ///< A dummy ID pointing at the start of various fake codecs. |