]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/codec_desc.c
Add MPL2 subtitles demuxer and decoder.
[ffmpeg] / libavcodec / codec_desc.c
index 27544f1a0479c38ddc24662ef2f4208f86ece89a..8de4be107ef4dddab49529d9d3d3d9cae9c910fe 100644 (file)
@@ -2404,6 +2404,12 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .name      = "microdvd",
         .long_name = NULL_IF_CONFIG_SMALL("MicroDVD subtitle"),
     },
+    {
+        .id        = AV_CODEC_ID_MPL2,
+        .type      = AVMEDIA_TYPE_SUBTITLE,
+        .name      = "mpl2",
+        .long_name = NULL_IF_CONFIG_SMALL("MPL2 subtitle"),
+    },
     {
         .id        = AV_CODEC_ID_EIA_608,
         .type      = AVMEDIA_TYPE_SUBTITLE,