[MPlayer-cvslog] CVS: main/libmpdemux demux_mpg.c,1.75,1.76
Nico Sabbi CVS
syncmail at mplayerhq.hu
Sun Mar 12 13:13:39 CET 2006
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv17144
Modified Files:
demux_mpg.c
Log Message:
check sh_video before seeking; closes cid 56
Index: demux_mpg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mpg.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- demux_mpg.c 12 Mar 2006 11:12:48 -0000 1.75
+++ demux_mpg.c 12 Mar 2006 12:13:37 -0000 1.76
@@ -752,6 +752,7 @@
continue;
}
}
+ if(!sh_video) break;
i=sync_video_packet(d_video);
if(sh_video->format == 0x10000004) { //mpeg4
if(i==0x1B6) { //vop (frame) startcode
More information about the MPlayer-cvslog
mailing list