mirror of https://github.com/mpv-player/mpv
fixed playback of pnm:// streamed files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8570 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
43f8f1925e
commit
2d8b958327
|
@ -696,7 +696,7 @@ void demux_open_real(demuxer_t* demuxer)
|
|||
|
||||
if (chunk_size < 10){
|
||||
mp_msg(MSGT_DEMUX,MSGL_ERR,"demux_real: invalid chunksize! (%d)\n",chunk_size);
|
||||
return;
|
||||
break; //return;
|
||||
}
|
||||
|
||||
switch(chunk_id)
|
||||
|
|
Loading…
Reference in New Issue