diff libvo/vo_mpegpes.c @ 5566:e01c664def74

VFCAP added
author arpi
date Thu, 11 Apr 2002 21:07:00 +0000
parents b16820598c1b
children d6d0e9ecc5e8
line wrap: on
line diff
--- a/libvo/vo_mpegpes.c	Thu Apr 11 20:56:17 2002 +0000
+++ b/libvo/vo_mpegpes.c	Thu Apr 11 21:07:00 2002 +0000
@@ -496,9 +496,9 @@
 static uint32_t
 query_format(uint32_t format)
 {
-    if(format==IMGFMT_MPEGPES) return 1|256;
+    if(format==IMGFMT_MPEGPES) return 3|VFCAP_TIMER;
 #ifdef USE_LIBFAME
-    if(format==IMGFMT_YV12) return 1|256;
+    if(format==IMGFMT_YV12) return 1|VFCAP_TIMER|VFCAP_OSD;
 #endif
     return 0;
 }