]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp3.c
Extend documentation for AVOption.
[ffmpeg] / libavcodec / vp3.c
index 846a30ea5cd95301cd4264f78a0f47d623c1472b..1366666c2d243816c973690157214c7b42530e80 100644 (file)
@@ -2620,7 +2620,7 @@ AVCodec theora_decoder = {
     vp3_decode_frame,
     0,
     NULL,
-    .long_name = "Theora",
+    .long_name = NULL_IF_CONFIG_SMALL("Theora"),
 };
 #endif
 
@@ -2635,5 +2635,5 @@ AVCodec vp3_decoder = {
     vp3_decode_frame,
     0,
     NULL,
-    .long_name = "On2 VP3",
+    .long_name = NULL_IF_CONFIG_SMALL("On2 VP3"),
 };