]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nsvdec.c
Reindent after r14059, see "[PATCH] allow empty params for
[ffmpeg] / libavformat / nsvdec.c
index a115fe57101ed6f622ac92f78d6ad23f2cd707d7..f4514cc333d973c77152d4d2a84f915de549ea40 100644 (file)
@@ -140,7 +140,7 @@ struct nsv_pcm_header {
 #define TB_NSVF MKBETAG('N', 'S', 'V', 'f')
 #define TB_NSVS MKBETAG('N', 'S', 'V', 's')
 
-/* hardcoded stream indices */
+/* hardcoded stream indexes */
 #define NSV_ST_VIDEO 0
 #define NSV_ST_AUDIO 1
 #define NSV_ST_SUBT 2
@@ -751,7 +751,7 @@ static int nsv_probe(AVProbeData *p)
 
 AVInputFormat nsv_demuxer = {
     "nsv",
-    "NullSoft Video format",
+    NULL_IF_CONFIG_SMALL("NullSoft Video format"),
     sizeof(NSVContext),
     nsv_probe,
     nsv_read_header,