]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/au.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / au.c
index c6d5026e954da0403f69e89f58a0e2204fe50c85..0a6594b5748bb6c59caa8dbc6027f35ab82a55d9 100644 (file)
@@ -180,7 +180,7 @@ static int au_read_close(AVFormatContext *s)
 #ifdef CONFIG_AU_DEMUXER
 AVInputFormat au_demuxer = {
     "au",
-    "SUN AU Format",
+    NULL_IF_CONFIG_SMALL("SUN AU format"),
     0,
     au_probe,
     au_read_header,
@@ -194,7 +194,7 @@ AVInputFormat au_demuxer = {
 #ifdef CONFIG_AU_MUXER
 AVOutputFormat au_muxer = {
     "au",
-    "SUN AU Format",
+    NULL_IF_CONFIG_SMALL("SUN AU format"),
     "audio/basic",
     "au",
     0,