mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 09:29:29 +00: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:
parent
154bbcd5b9
commit
380d4040ea
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user