[Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.134,1.135

Arpi of Ize arpi at mplayerhq.hu
Sun May 5 19:42:17 CEST 2002


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

Modified Files:
	dec_video.c 
Log Message:
blit_frame is useless - noticed by Nick K.

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- dec_video.c	1 May 2002 17:39:46 -0000	1.134
+++ dec_video.c	5 May 2002 17:42:09 -0000	1.135
@@ -174,7 +174,6 @@
 int decode_video(sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame){
 vf_instance_t* vf=sh_video->vfilter;
 mp_image_t *mpi=NULL;
-int blit_frame=0;
 unsigned int t=GetTimer();
 unsigned int t2;
 double tt;
@@ -208,7 +207,6 @@
     t2=GetTimer()-t2;
     tt=t2*0.000001f;
     vout_time_usage+=tt;
-    blit_frame=1;
 
-  return blit_frame;
+  return 1;
 }




More information about the MPlayer-cvslog mailing list