mirror of https://github.com/mpv-player/mpv
warning fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10603 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e817ade915
commit
0ceae373cf
|
@ -1329,7 +1329,9 @@ if(stream_cache_size>0){
|
|||
}
|
||||
|
||||
//============ Open DEMUXERS --- DETECT file type =======================
|
||||
#ifdef HAS_DVBIN_SUPPORT
|
||||
goto_open_demuxer:
|
||||
#endif
|
||||
current_module="demux_open";
|
||||
|
||||
demuxer=demux_open(stream,file_format,audio_id,video_id,dvdsub_id,filename);
|
||||
|
|
Loading…
Reference in New Issue