]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/codec_desc.c
mpeg12dec: avoid signed overflow in bitrate calculation
[ffmpeg] / libavcodec / codec_desc.c
index 78d2cbc749eb7e972d91738eaea4ffaf4d6669a0..18568c96227f055873f223563a70c4aae98b445b 100644 (file)
@@ -1205,6 +1205,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 2.0 Real Time"),
         .props     = AV_CODEC_PROP_LOSSY,
     },
+    {
+        .id        = AV_CODEC_ID_AV1,
+        .type      = AVMEDIA_TYPE_VIDEO,
+        .name      = "av1",
+        .long_name = NULL_IF_CONFIG_SMALL("Alliance for Open Media AV1"),
+        .props     = AV_CODEC_PROP_LOSSY,
+    },
 
     /* image codecs */
     {