]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wc3movie.c
Fix the logic to access the location of a string to free when setting
[ffmpeg] / libavformat / wc3movie.c
index 922ec589631faac4a5bfaff08b6956a44879d7fd..bb9a6e275d8930dee1090c546883a4a64d10582b 100644 (file)
@@ -385,7 +385,7 @@ static int wc3_read_close(AVFormatContext *s)
 
 AVInputFormat wc3_demuxer = {
     "wc3movie",
-    "Wing Commander III movie format",
+    NULL_IF_CONFIG_SMALL("Wing Commander III movie format"),
     sizeof(Wc3DemuxContext),
     wc3_probe,
     wc3_read_header,