diff bethsoftvid.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 6f61c3b36632
children 1d3d17de20ba
line wrap: on
line diff
--- a/bethsoftvid.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/bethsoftvid.c	Tue Jun 03 16:20:54 2008 +0000
@@ -225,7 +225,7 @@
 
 AVInputFormat bethsoftvid_demuxer = {
     "bethsoftvid",
-    "Bethesda Softworks 'Daggerfall' VID format",
+    NULL_IF_CONFIG_SMALL("Bethesda Softworks VID format"),
     sizeof(BVID_DemuxContext),
     vid_probe,
     vid_read_header,