]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nutdec.c
Motion Pixels MVI Demuxer.
[ffmpeg] / libavformat / nutdec.c
index fd7c893490733a08a1523bcf28208a230175fb1e..5dac94c4b900b32b09885b73e1085735a8078b91 100644 (file)
@@ -908,7 +908,7 @@ static int nut_read_close(AVFormatContext *s)
 #ifdef CONFIG_NUT_DEMUXER
 AVInputFormat nut_demuxer = {
     "nut",
-    "nut format",
+    NULL_IF_CONFIG_SMALL("NUT format"),
     sizeof(NUTContext),
     nut_probe,
     nut_read_header,