diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-07-13 23:42:35 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-07-26 22:22:54 +0200 |
commit | 316f8db2c214aecf3fcbb3172fef0c4446a5d18f (patch) | |
tree | 4841a4318a0238f758522112e10b71633258874c /libavcodec/avcodec.h | |
parent | 2755abff3ea096184849a80aa751e16bc6911676 (diff) | |
download | ffmpeg-316f8db2c214aecf3fcbb3172fef0c4446a5d18f.tar.gz |
SubViewer 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 dda46f8e90..edbc59bcca 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -438,6 +438,7 @@ enum CodecID { CODEC_ID_JACOSUB = MKBETAG('J','S','U','B'), CODEC_ID_SAMI = MKBETAG('S','A','M','I'), CODEC_ID_REALTEXT = MKBETAG('R','T','X','T'), + CODEC_ID_SUBVIEWER = MKBETAG('S','u','b','V'), /* 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. |