[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.34,1.35
Arpi of Ize
arpi at mplayerhq.hu
Sat Apr 20 01:21:46 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv3944
Modified Files:
vd.c
Log Message:
debug line
Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- vd.c 13 Apr 2002 19:14:31 -0000 1.34
+++ vd.c 19 Apr 2002 23:21:44 -0000 1.35
@@ -164,6 +164,7 @@
if(j<0){
// TODO: no match - we should use conversion...
if(strcmp(vf->info->name,"scale")){
+ mp_msg(MSGT_DECVIDEO,MSGL_INFO,"Couldn't find matching colorspace - retrying with -vop scale...\n");
vf=vf_open_filter(vf,"scale",NULL);
goto csp_again;
}
More information about the MPlayer-cvslog
mailing list