comparison libmpdemux/demux_lavf.c @ 31602:31eb98126392

Remove unused extern variable declarations.
author reimar
date Sat, 10 Jul 2010 16:30:59 +0000
parents cafeb7863de8
children cd81fce1f010
comparison
equal deleted inserted replaced
31601:d03c9af1b245 31602:31eb98126392
45 45
46 #define INITIAL_PROBE_SIZE STREAM_BUFFER_SIZE 46 #define INITIAL_PROBE_SIZE STREAM_BUFFER_SIZE
47 #define SMALL_MAX_PROBE_SIZE (32 * 1024) 47 #define SMALL_MAX_PROBE_SIZE (32 * 1024)
48 #define PROBE_BUF_SIZE (2*1024*1024) 48 #define PROBE_BUF_SIZE (2*1024*1024)
49 49
50 extern char *audio_lang;
51 extern char *dvdsub_lang;
52 extern int dvdsub_id;
53 static unsigned int opt_probesize = 0; 50 static unsigned int opt_probesize = 0;
54 static unsigned int opt_analyzeduration = 0; 51 static unsigned int opt_analyzeduration = 0;
55 static char *opt_format; 52 static char *opt_format;
56 static char *opt_cryptokey; 53 static char *opt_cryptokey;
57 static char *opt_avopt = NULL; 54 static char *opt_avopt = NULL;