[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.31,1.32
Arpi of Ize
arpi at mplayer.dev.hu
Thu Apr 11 01:23:28 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/linux getch2.c,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ve.c,NONE,1.1 ve_divx4.c,NONE,1.1 ve_lavc.c,NONE,1.1 ve_rawrgb.c,NONE,1.1 ve_vfw.c,NONE,1.1 Makefile,1.28,1.29 vf.c,1.9,1.10 vf.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv11950
Modified Files:
vd.c
Log Message:
query_format debug moved 1 verbose level down
Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vd.c 6 Apr 2002 22:05:01 -0000 1.31
+++ vd.c 10 Apr 2002 23:23:19 -0000 1.32
@@ -144,7 +144,7 @@
out_fmt=sh->codec->outfmt[i];
if(out_fmt==(signed int)0xFFFFFFFF) continue;
vo_flags=vf->query_format(vf,out_fmt);
- mp_msg(MSGT_CPLAYER,MSGL_DBG2,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),vo_flags,i);
+ mp_msg(MSGT_CPLAYER,MSGL_V,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),vo_flags,i);
if((vo_flags&2) || (vo_flags && j<0)){
// check (query) if codec really support this outfmt...
if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE)
- Previous message: [Mplayer-cvslog] CVS: main/linux getch2.c,1.12,1.13
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs ve.c,NONE,1.1 ve_divx4.c,NONE,1.1 ve_lavc.c,NONE,1.1 ve_rawrgb.c,NONE,1.1 ve_vfw.c,NONE,1.1 Makefile,1.28,1.29 vf.c,1.9,1.10 vf.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list