comparison libmpcodecs/vd.c @ 5004:ce6b500c22ae

vo_config request printf
author arpi
date Sat, 09 Mar 2002 21:31:54 +0000
parents c32191b02a66
children ef8a43b74075
comparison
equal deleted inserted replaced
5003:88481d4b9e0e 5004:ce6b500c22ae
84 84
85 #include "libvo/video_out.h" 85 #include "libvo/video_out.h"
86 extern int vaa_use_dr; 86 extern int vaa_use_dr;
87 87
88 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){ 88 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){
89 89 mp_msg(MSGT_DECVIDEO,MSGL_INFO,"VDec: vo config request - %d x %d, %s \n",
90 w,h,vo_format_name(preferred_outfmt));
90 return 1; 91 return 1;
91 } 92 }
92 93
93 static mp_image_t* static_images[2]; 94 static mp_image_t* static_images[2];
94 static mp_image_t* temp_images[1]; 95 static mp_image_t* temp_images[1];