[Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.126,1.127

Arpi of Ize arpi at mplayer.dev.hu
Sat Mar 23 03:41:40 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv17460

Modified Files:
	dec_video.c 
Log Message:
try to uncomment this line - very funny effect (skipping I frames)
usefull for testing/checking how usefull/powerfull the ME/MC is in divx/mpeg4


Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- dec_video.c	20 Mar 2002 15:38:31 -0000	1.126
+++ dec_video.c	23 Mar 2002 02:41:31 -0000	1.127
@@ -158,6 +158,8 @@
 double tt;
 
 sh_video->video_out=video_out;
+
+//if(!(sh_video->ds->flags&1) || sh_video->ds->pack_no<5)
 mpi=mpvdec->decode(sh_video, start, in_size, drop_frame);
 
 //------------------------ frame decoded. --------------------




More information about the MPlayer-cvslog mailing list