Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-27 17:49:33 +0400
committerClément Bœsch <ubitux@gmail.com>2012-12-31 01:37:25 +0400
commit5f02844c8d4fc93972932a84f0a5cbb02fe12a00 (patch)
treeed243e820b345c9591b78db8dbe8a4616371d8c4 /libavcodec/avcodec.h
parent2d3305e4f41f2c3fdf22e729d4ec753fb885a8f1 (diff)
Add MPL2 subtitles demuxer and decoder.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
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.