diff oggdec.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 61ea9e6ee162
children ac8b6b83e61e
line wrap: on
line diff
--- a/oggdec.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/oggdec.c	Tue Jun 03 16:20:54 2008 +0000
@@ -584,7 +584,7 @@
 
 AVInputFormat ogg_demuxer = {
     "ogg",
-    "Ogg",
+    NULL_IF_CONFIG_SMALL("Ogg"),
     sizeof (ogg_t),
     ogg_probe,
     ogg_read_header,