]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/codec_desc.c
Replace remaining occurances of av_free_packet with av_packet_unref
[ffmpeg] / libavcodec / codec_desc.c
index 32f1f8aa44e56f46fb16fb7edeef6ea91212b674..ac64a4bb219a05b83e975f486f244837a5dd7471 100644 (file)
@@ -1280,6 +1280,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .long_name = NULL_IF_CONFIG_SMALL("AVFrame to AVPacket passthrough"),
         .props     = AV_CODEC_PROP_LOSSLESS,
     },
+    {
+        .id        = AV_CODEC_ID_RSCC,
+        .type      = AVMEDIA_TYPE_VIDEO,
+        .name      = "rscc",
+        .long_name = NULL_IF_CONFIG_SMALL("innoHeim/Rsupport Screen Capture Codec"),
+        .props     = AV_CODEC_PROP_LOSSLESS,
+    },
 
     /* image codecs */
     {