# HG changeset patch # User voroshil # Date 1189386793 0 # Node ID 8591a357eb364ae28c5063b0a23fcdbca782271f # Parent e3c4aaf4a61cb1d3fd8bf379d53798c946c289a3 Fix warnings: cfg-common.h:386: warning: redundant redeclaration of 'audio_stream' stream/stream.h:301: warning: previous declaration of 'audio_stream' was here diff -r e3c4aaf4a61c -r 8591a357eb36 cfg-common.h --- a/cfg-common.h Mon Sep 10 01:10:59 2007 +0000 +++ b/cfg-common.h Mon Sep 10 01:13:13 2007 +0000 @@ -381,7 +381,6 @@ extern m_option_t demux_rawvideo_opts[]; extern m_option_t cdda_opts[]; -extern char* audio_stream; extern char* sub_stream; extern int demuxer_type, audio_demuxer_type, sub_demuxer_type; extern int ts_prog;