comparison libmpcodecs/vf_scale.c @ 22219:7f6edf51bc14

PAL8 ...
author michael
date Fri, 16 Feb 2007 21:17:41 +0000
parents 0b262e00bc99
children 79967c519e43
comparison
equal deleted inserted replaced
22218:ff7aa2aecb9d 22219:7f6edf51bc14
436 case IMGFMT_YVU9: 436 case IMGFMT_YVU9:
437 case IMGFMT_IF09: 437 case IMGFMT_IF09:
438 case IMGFMT_444P: 438 case IMGFMT_444P:
439 case IMGFMT_422P: 439 case IMGFMT_422P:
440 case IMGFMT_411P: 440 case IMGFMT_411P:
441 case IMGFMT_BGR8:
442 case IMGFMT_RGB8:
441 { 443 {
442 unsigned int best=find_best_out(vf); 444 unsigned int best=find_best_out(vf);
443 int flags; 445 int flags;
444 if(!best) return 0; // no matching out-fmt 446 if(!best) return 0; // no matching out-fmt
445 flags=vf_next_query_format(vf,best); 447 flags=vf_next_query_format(vf,best);