mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
Fix warnings:
cfg-common.h:386: warning: redundant redeclaration of 'audio_stream' stream/stream.h:301: warning: previous declaration of 'audio_stream' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24394 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ae9775bd1d
commit
dcfd44de77
@ -381,7 +381,6 @@ extern m_option_t demux_rawaudio_opts[];
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user