diff options
author | Eejya Singh <singh.eejya@gmail.com> | 2014-10-21 01:55:39 +0530 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-10-22 23:12:38 +0200 |
commit | 6dc99fdf0e4328ca2992b7bfcd139f7b1b636bf8 (patch) | |
tree | 85e41b861fcb0fb4b0b32411fe383e99173c7326 /libavcodec/avcodec.h | |
parent | 27c61c32cee4d4944da15226b56901926136214f (diff) | |
download | ffmpeg-6dc99fdf0e4328ca2992b7bfcd139f7b1b636bf8.tar.gz |
Added STL demuxer and decoder
Signed-off-by: Clément Bœsch <u@pkh.me>
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 42eb57b76a..eac3fc7757 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -509,6 +509,7 @@ enum AVCodecID { AV_CODEC_ID_JACOSUB = MKBETAG('J','S','U','B'), AV_CODEC_ID_SAMI = MKBETAG('S','A','M','I'), AV_CODEC_ID_REALTEXT = MKBETAG('R','T','X','T'), + AV_CODEC_ID_STL = MKBETAG('S','p','T','L'), AV_CODEC_ID_SUBVIEWER1 = MKBETAG('S','b','V','1'), AV_CODEC_ID_SUBVIEWER = MKBETAG('S','u','b','V'), AV_CODEC_ID_SUBRIP = MKBETAG('S','R','i','p'), |