changeset 5710:b21cc9652f46

debug line
author arpi
date Fri, 19 Apr 2002 23:21:44 +0000
parents 359926d98625
children d9fc38c5609c
files libmpcodecs/vd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd.c	Fri Apr 19 23:13:36 2002 +0000
+++ b/libmpcodecs/vd.c	Fri Apr 19 23:21:44 2002 +0000
@@ -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;
 	}