comparison libvo/vo_mpegpes.c @ 5566:e01c664def74

VFCAP added
author arpi
date Thu, 11 Apr 2002 21:07:00 +0000
parents b16820598c1b
children d6d0e9ecc5e8
comparison
equal deleted inserted replaced
5565:0b301fec999a 5566:e01c664def74
494 494
495 495
496 static uint32_t 496 static uint32_t
497 query_format(uint32_t format) 497 query_format(uint32_t format)
498 { 498 {
499 if(format==IMGFMT_MPEGPES) return 1|256; 499 if(format==IMGFMT_MPEGPES) return 3|VFCAP_TIMER;
500 #ifdef USE_LIBFAME 500 #ifdef USE_LIBFAME
501 if(format==IMGFMT_YV12) return 1|256; 501 if(format==IMGFMT_YV12) return 1|VFCAP_TIMER|VFCAP_OSD;
502 #endif 502 #endif
503 return 0; 503 return 0;
504 } 504 }
505 505
506 static void 506 static void