comparison libvo/vo_zr.c @ 7124:eca7dbad0166

finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
author alex
date Wed, 28 Aug 2002 21:32:32 +0000
parents 4aa18bab0544
children 5b9707780f3d
comparison
equal deleted inserted replaced
7123:0f893a16c316 7124:eca7dbad0166
288 return 0; 288 return 0;
289 } 289 }
290 290
291 291
292 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, 292 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
293 uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format,const vo_tune_info_t *info) 293 uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format)
294 { 294 {
295 int i, tmp, stretchx, stretchy; 295 int i, tmp, stretchx, stretchy;
296 framenum = 0; 296 framenum = 0;
297 if (format != IMGFMT_YV12 && format != IMGFMT_YUY2) { 297 if (format != IMGFMT_YV12 && format != IMGFMT_YUY2) {
298 printf("vo_zr called with wrong format"); 298 printf("vo_zr called with wrong format");