[Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.145,1.146 vd.c,1.46,1.47

Alex Beregszaszi alex at mplayerhq.hu
Wed Aug 28 23:32:34 CEST 2002


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

Modified Files:
	dec_video.c vd.c 
Log Message:
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- dec_video.c	13 Aug 2002 16:04:16 -0000	1.145
+++ dec_video.c	28 Aug 2002 21:32:31 -0000	1.146
@@ -34,7 +34,6 @@
 
 extern double video_time_usage;
 extern double vout_time_usage;
-extern vo_vaa_t vo_vaa;
 
 #include "postproc/postprocess.h"
 

Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- vd.c	13 Aug 2002 23:24:20 -0000	1.46
+++ vd.c	28 Aug 2002 21:32:31 -0000	1.47
@@ -245,18 +245,17 @@
   }
 
     // Time to config libvo!
-    mp_msg(MSGT_CPLAYER,MSGL_V,"video_out->init(%dx%d->%dx%d,flags=%d,'%s',0x%X)\n",
+    mp_msg(MSGT_CPLAYER,MSGL_V,"VO Config (%dx%d->%dx%d,flags=%d,'%s',0x%X)\n",
                       sh->disp_w,sh->disp_h,
                       screen_size_x,screen_size_y,
                       fullscreen|(vidmode<<1)|(softzoom<<2)|(flip<<3),
                       "MPlayer",out_fmt);
 
-//    memset(&vtune,0,sizeof(vo_tune_info_t));
     if(vf->config(vf,sh->disp_w,sh->disp_h,
                       screen_size_x,screen_size_y,
                       fullscreen|(vidmode<<1)|(softzoom<<2)|(flip<<3),
                       out_fmt)==0){
-//                      "MPlayer",out_fmt,&vtune)){
+//                      "MPlayer",out_fmt)){
 	mp_msg(MSGT_CPLAYER,MSGL_WARN,MSGTR_CannotInitVO);
 	sh->vf_inited=-1;
 	return 0;




More information about the MPlayer-cvslog mailing list