]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/codec_desc.c
jpeglsdec: move pict debug log under correct if()
[ffmpeg] / libavcodec / codec_desc.c
index 1f22b172421d8a060be2b5d5f2295f3597fbd821..2f9e34885c2b8f0e67d3a3f9271c8797371e78ef 100644 (file)
@@ -2242,7 +2242,8 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .id        = AV_CODEC_ID_OPUS,
         .type      = AVMEDIA_TYPE_AUDIO,
         .name      = "opus",
-        .long_name = NULL_IF_CONFIG_SMALL("Opus"),
+        .long_name = NULL_IF_CONFIG_SMALL("Opus (Opus Interactive Audio Codec)"),
+        .props     = AV_CODEC_PROP_LOSSY,
     },
 
     /* subtitle codecs */
@@ -2342,6 +2343,12 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .name      = "subviewer",
         .long_name = NULL_IF_CONFIG_SMALL("SubViewer subtitle"),
     },
+    {
+        .id        = AV_CODEC_ID_WEBVTT,
+        .type      = AVMEDIA_TYPE_SUBTITLE,
+        .name      = "webvtt",
+        .long_name = NULL_IF_CONFIG_SMALL("WebVTT subtitle"),
+    },
     {
         .id        = AV_CODEC_ID_BINTEXT,
         .type      = AVMEDIA_TYPE_VIDEO,