Minor fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4463 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-02-01 11:41:38 +00:00
parent 282d12d6e2
commit 944200b2f8
2 changed files with 2 additions and 1 deletions

View File

@ -749,6 +749,7 @@ unsigned int t2;
memset(&bda,0,sizeof(bes_da_t));
painted = 0;
use_dr = 0;
if(vo_vaa.query_bes_da)
use_dr = vo_vaa.query_bes_da(&bda) ? 0 : 1;
#ifdef USE_MP_IMAGE

View File

@ -92,7 +92,7 @@ int lavc_param_keyint = -1;
Video accelerated architecture
**************************************************************************/
vo_vaa_t vo_vaa;
int vo_doublebuffering;
//--------------------------