From 6403904ae9ffc67aa04da131c514c84e67a1f5df Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 20 Mar 2002 15:39:08 +0000 Subject: using -dr instead -vaa_dr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2 --- dec_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dec_video.c') diff --git a/dec_video.c b/dec_video.c index 5f7073f7a7..cd87435e46 100644 --- a/dec_video.c +++ b/dec_video.c @@ -802,7 +802,7 @@ if ((sh_video->codec->driver == VFM_QTRLE) && (sh_video->bih->biBitCount != 24)) return 1; } -extern int vaa_use_dr; +extern int vo_directrendering; static int use_dr=0,use_dr_422=0; static bes_da_t bda; @@ -813,7 +813,7 @@ void init_video_vaa( unsigned width ) memset(&bda,0,sizeof(bes_da_t)); if(vo_vaa.query_bes_da) use_dr = vo_vaa.query_bes_da(&bda) ? 0 : 1; - if(!vaa_use_dr) use_dr = 0; + if(!vo_directrendering) use_dr = 0; if(use_dr) { uint32_t sstride,dstride; -- cgit v1.2.3