comparison libvo/vo_zr.c @ 10605:3136605e6cab

1000l
author alex
date Thu, 14 Aug 2003 01:25:42 +0000
parents 57bdcdb061d7
children e3727e92e9d8
comparison
equal deleted inserted replaced
10604:a70a6c12bce5 10605:3136605e6cab
302 { 302 {
303 int i, tmp, stretchx, stretchy; 303 int i, tmp, stretchx, stretchy;
304 framenum = 0; 304 framenum = 0;
305 if (format != IMGFMT_YV12 && format != IMGFMT_YUY2) { 305 if (format != IMGFMT_YV12 && format != IMGFMT_YUY2) {
306 printf("vo_zr called with wrong format"); 306 printf("vo_zr called with wrong format");
307 exit(1); 307 return 1;
308 } 308 }
309 for (i = 0; i < zr_count; i++) { 309 for (i = 0; i < zr_count; i++) {
310 zr_info_t *zr = &zr_info[i]; 310 zr_info_t *zr = &zr_info[i];
311 geo_t *g = &zr->g; 311 geo_t *g = &zr->g;
312 312