Mercurial > mplayer.hg
changeset 24374:8591a357eb36
Fix warnings:
cfg-common.h:386: warning: redundant redeclaration of 'audio_stream'
stream/stream.h:301: warning: previous declaration of 'audio_stream' was here
author | voroshil |
---|---|
date | Mon, 10 Sep 2007 01:13:13 +0000 |
parents | e3c4aaf4a61c |
children | 2c5ced075865 |
files | cfg-common.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;