diff avidec.c @ 3424:7a0230981402 libavformat

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me
author diego
date Tue, 03 Jun 2008 16:20:54 +0000
parents b1d2c80f2ded
children 148bb3992e46
line wrap: on
line diff
--- a/avidec.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/avidec.c	Tue Jun 03 16:20:54 2008 +0000
@@ -1087,7 +1087,7 @@
 
 AVInputFormat avi_demuxer = {
     "avi",
-    "avi format",
+    NULL_IF_CONFIG_SMALL("AVI format"),
     sizeof(AVIContext),
     avi_probe,
     avi_read_header,