mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 13:47:04 +00:00
broken frame warning moved to verbose level 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@600 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
86151f639d
commit
6d8b5b0f6d
@ -105,7 +105,7 @@ static int demux_asf_read_packet(demuxer_t *demux,unsigned char *data,int len,in
|
||||
// create new packet:
|
||||
{ demux_packet_t* dp;
|
||||
if(offs>0){
|
||||
printf("warning! broken fragment, %d bytes missing \n",offs);
|
||||
if(verbose) printf("warning! broken fragment, %d bytes missing \n",offs);
|
||||
return 0;
|
||||
}
|
||||
dp=new_demux_packet(len);
|
||||
|
Loading…
Reference in New Issue
Block a user