summaryrefslogtreecommitdiffstats
path: root/dec_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'dec_video.c')
-rw-r--r--dec_video.c1
1 files changed, 1 insertions, 0 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