changeset 5004:ce6b500c22ae

vo_config request printf
author arpi
date Sat, 09 Mar 2002 21:31:54 +0000
parents 88481d4b9e0e
children 24d5713afe2f
files libmpcodecs/vd.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd.c	Sat Mar 09 19:18:46 2002 +0000
+++ b/libmpcodecs/vd.c	Sat Mar 09 21:31:54 2002 +0000
@@ -86,7 +86,8 @@
 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;
 }