1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-01 04:31:39 +00:00

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

View File

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