comparison libvo/mga_common.c @ 15212:05aa13cdf92f

replace VO and VF numeric flags with #defined identifiers
author henry
date Mon, 18 Apr 2005 15:52:38 +0000
parents e047e70a9767
children fd51fd1ff231
comparison
equal deleted inserted replaced
15211:d42f22a1503b 15212:05aa13cdf92f
202 case IMGFMT_YV12: 202 case IMGFMT_YV12:
203 case IMGFMT_I420: 203 case IMGFMT_I420:
204 case IMGFMT_IYUV: 204 case IMGFMT_IYUV:
205 case IMGFMT_YUY2: 205 case IMGFMT_YUY2:
206 case IMGFMT_UYVY: 206 case IMGFMT_UYVY:
207 return 3 | VFCAP_OSD|VFCAP_HWSCALE_UP|VFCAP_HWSCALE_DOWN|VFCAP_ACCEPT_STRIDE; 207 return VFCAP_CSP_SUPPORTED | VFCAP_CSP_SUPPORTED_BY_HW | VFCAP_OSD|VFCAP_HWSCALE_UP|VFCAP_HWSCALE_DOWN|VFCAP_ACCEPT_STRIDE;
208 } 208 }
209 return 0; 209 return 0;
210 } 210 }
211 211
212 static void mga_fullscreen() 212 static void mga_fullscreen()