fixed a bug that makes the demuxer loop forever probing a52 audio when a52_syncinfo() returns 0

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13582 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2004-10-07 21:08:10 +00:00
parent a99cd037f8
commit 154d16c105
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,8 @@ static int a52_check(char *buf, int len)
cnt += frame_length;
ok++;
}
else
cnt++;
}
else
cnt++;