diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-27 14:49:33 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-30 22:37:25 +0100 |
commit | 5f02844c8d4fc93972932a84f0a5cbb02fe12a00 (patch) | |
tree | ed243e820b345c9591b78db8dbe8a4616371d8c4 /libavcodec/avcodec.h | |
parent | 2d3305e4f41f2c3fdf22e729d4ec753fb885a8f1 (diff) | |
download | ffmpeg-5f02844c8d4fc93972932a84f0a5cbb02fe12a00.tar.gz |
Add MPL2 subtitles 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 b475b27e27..69edcc9b48 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -466,6 +466,7 @@ enum AVCodecID { AV_CODEC_ID_SUBVIEWER = MKBETAG('S','u','b','V'), AV_CODEC_ID_SUBRIP = MKBETAG('S','R','i','p'), AV_CODEC_ID_WEBVTT = MKBETAG('W','V','T','T'), + AV_CODEC_ID_MPL2 = MKBETAG('M','P','L','2'), /* other specific kind of codecs (generally used for attachments) */ AV_CODEC_ID_FIRST_UNKNOWN = 0x18000, ///< A dummy ID pointing at the start of various fake codecs. |