dumb bug here too :)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@540 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-20 01:43:00 +00:00
parent 2cfdb34a57
commit 1872976206
1 changed files with 4 additions and 2 deletions

View File

@ -141,8 +141,10 @@ static int demux_mpg_read_packet(demuxer_t *demux,int id){
}
} else {
if(c!=0x0f) printf(" {ERROR5,c=%d} \n",c);
return -1; // invalid packet !!!!!!
if(c!=0x0f){
printf(" {ERROR5,c=%d} \n",c);
return -1; // invalid packet !!!!!!
}
}
if(verbose>=3) printf(" => len=%d\n",len);