[Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.119,1.120
Arpi of Ize
arpi at mplayer.dev.hu
Mon Mar 11 02:13:16 CET 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv13362
Modified Files:
dec_video.c
Log Message:
framedrop fix
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- dec_video.c 9 Mar 2002 21:33:17 -0000 1.119
+++ dec_video.c 11 Mar 2002 01:13:13 -0000 1.120
@@ -206,6 +206,8 @@
cur_video_time_usage=tt;
}
+if(drop_frame) return 0;
+
if(!(mpi->flags&(MP_IMGFLAG_DIRECT|MP_IMGFLAG_DRAW_CALLBACK))){
// blit frame:
if(mpi->flags&MP_IMGFLAG_PLANAR)
More information about the MPlayer-cvslog
mailing list