[Mplayer-cvslog] CVS: main/libmpdemux demux_ts.c,1.17,1.18

Nico Sabbi CVS syncmail at mplayerhq.hu
Thu Oct 7 23:08:12 CEST 2004


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv16301

Modified Files:
	demux_ts.c 
Log Message:
fixed a bug that makes the demuxer loop forever probing a52 audio when a52_syncinfo() returns 0

Index: demux_ts.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ts.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- demux_ts.c	7 Oct 2004 09:31:16 -0000	1.17
+++ demux_ts.c	7 Oct 2004 21:08:10 -0000	1.18
@@ -394,6 +394,8 @@
 				cnt += frame_length;
 				ok++;
 			}
+			else
+			    cnt++;
 		}
 		else
 			cnt++;




More information about the MPlayer-cvslog mailing list