]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/c93.c
Mask bits of reference indexes properly to avoid negative numbers entangling
[ffmpeg] / libavcodec / c93.c
index ae144f02b747e52e8cee630260c2c60b68748150..18ed7afcb4f8d85e065f49ca7c8d638fb892dcfd 100644 (file)
@@ -250,5 +250,5 @@ AVCodec c93_decoder = {
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
-    .long_name = "Interplay C93",
+    .long_name = NULL_IF_CONFIG_SMALL("Interplay C93"),
 };