summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:39:08 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 15:39:08 +0000
commit6403904ae9ffc67aa04da131c514c84e67a1f5df (patch)
tree74f0ae0f7713dc813c70987638d22f62494f6338 /libmpcodecs/vd.c
parentf8b635b46e398c5f9e9dfe600979a76a65e6ac70 (diff)
downloadmpv-6403904ae9ffc67aa04da131c514c84e67a1f5df.tar.bz2
mpv-6403904ae9ffc67aa04da131c514c84e67a1f5df.tar.xz
using -dr instead -vaa_dr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd.c')
-rw-r--r--libmpcodecs/vd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c
index 4b41b9c713..65e94999e2 100644
--- a/libmpcodecs/vd.c
+++ b/libmpcodecs/vd.c
@@ -88,7 +88,7 @@ vd_functions_t* mpcodecs_vd_drivers[] = {
};
#include "libvo/video_out.h"
-extern int vaa_use_dr;
+extern int vo_directrendering;
// libvo opts:
int fullscreen=0;
@@ -286,7 +286,7 @@ mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, i
// check libvo first!
vo_functions_t* vo=sh->video_out;
- if(vo && vaa_use_dr) vo->control(VOCTRL_GET_IMAGE,mpi);
+ if(vo && vo_directrendering) vo->control(VOCTRL_GET_IMAGE,mpi);
if(!(mpi->flags&MP_IMGFLAG_DIRECT)){
// non-direct and not yet allocaed image. allocate it!