summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-15 08:07:36 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-15 08:07:36 +0000
commit078091e5deeb6279e71d247332919cf2cbedc1b5 (patch)
treed1cf4941a7c539f9d58f79ab7f7155b7fe00de61 /libvo
parentf8b220a35cde199b0ac57c6b4e2567b0d9763c8f (diff)
downloadmpv-078091e5deeb6279e71d247332919cf2cbedc1b5.tar.bz2
mpv-078091e5deeb6279e71d247332919cf2cbedc1b5.tar.xz
Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need to
be duplicated for other systems like VDPAU or VAAPI. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28581 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xvmc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c
index d084528d18..5d43707cf5 100644
--- a/libvo/vo_xvmc.c
+++ b/libvo/vo_xvmc.c
@@ -683,7 +683,6 @@ skip_surface_allocation:
free_element = 0;
first_frame = 1;
- vo_directrendering = 1;//ugly hack, coz xvmc works only with direct rendering
image_format=format;
return 0;
}