summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dec_video.c1
-rw-r--r--mencoder.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/dec_video.c b/dec_video.c
index ad32cbb8d7..d9b928d2d5 100644
--- a/dec_video.c
+++ b/dec_video.c
@@ -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
diff --git a/mencoder.c b/mencoder.c
index 4741232c0b..f63b615548 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -92,7 +92,7 @@ int lavc_param_keyint = -1;
Video accelerated architecture
**************************************************************************/
vo_vaa_t vo_vaa;
-
+int vo_doublebuffering;
//--------------------------