]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/oggenc.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / oggenc.c
index fe05fba919664ac32482dcb61f673234c51a8fe3..717448851b4469dd6cbd58321ebcda784703492b 100644 (file)
@@ -279,7 +279,7 @@ static int ogg_write_trailer(AVFormatContext *s)
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg format",
+    NULL_IF_CONFIG_SMALL("Ogg"),
     "application/ogg",
     "ogg",
     0,