debug line

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5711 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-19 23:21:44 +00:00
parent f296ab2de3
commit e64945145b
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ csp_again:
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;
}