diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-11 21:07:00 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-11 21:07:00 +0000 |
commit | 40e94d73853bc8cb980147778d72616953ad10a2 (patch) | |
tree | 46cdbc2098bc8d73955292783230c0ff5fd43241 /libvo/mga_common.c | |
parent | 39e3a780ce9ac86245ae3fd28515f1a2b5dfff8d (diff) | |
download | mpv-40e94d73853bc8cb980147778d72616953ad10a2.tar.bz2 mpv-40e94d73853bc8cb980147778d72616953ad10a2.tar.xz |
VFCAP added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5567 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/mga_common.c')
-rw-r--r-- | libvo/mga_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c index e863f76976..978b830ed4 100644 --- a/libvo/mga_common.c +++ b/libvo/mga_common.c @@ -223,7 +223,7 @@ query_format(uint32_t format) case IMGFMT_UYVY: // case IMGFMT_RGB|24: // case IMGFMT_BGR|24: - return 1; + return 3 | VFCAP_OSD|VFCAP_HWSCALE_UP|VFCAP_HWSCALE_DOWN; } return 0; } |