summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-11 21:07:00 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-11 21:07:00 +0000
commit40e94d73853bc8cb980147778d72616953ad10a2 (patch)
tree46cdbc2098bc8d73955292783230c0ff5fd43241 /libvo/vo_vesa.c
parent39e3a780ce9ac86245ae3fd28515f1a2b5dfff8d (diff)
downloadmpv-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/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 59edea683a..fa4a49959f 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -445,7 +445,7 @@ static uint32_t query_format(uint32_t format)
{
if(verbose > 2)
printf("vo_vesa: query_format was called: %x (%s)\n",format,vo_format_name(format));
- return 1; /* due new SwScale code */
+ return 1 | VFCAP_OSD | VFCAP_SWSCALE; /* due new SwScale code */
}
static void paintBkGnd( void )