diff pva.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 dfb3aa1324c7
children 0b5471a1f061
line wrap: on
line diff
--- a/pva.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/pva.c	Tue Jun 03 16:20:54 2008 +0000
@@ -202,7 +202,7 @@
 
 AVInputFormat pva_demuxer = {
     "pva",
-    "pva file and stream format",
+    NULL_IF_CONFIG_SMALL("TechnoTrend PVA file and stream format"),
     sizeof(PVAContext),
     pva_probe,
     pva_read_header,