0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

vo_config request printf

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5005 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-09 21:31:54 +00:00
parent 154bbcd5b9
commit 380d4040ea

View File

@ -86,7 +86,8 @@ vd_functions_t* mpcodecs_vd_drivers[] = {
extern int vaa_use_dr;
int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){
mp_msg(MSGT_DECVIDEO,MSGL_INFO,"VDec: vo config request - %d x %d, %s \n",
w,h,vo_format_name(preferred_outfmt));
return 1;
}