summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-28 15:41:39 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-29 02:21:32 +0300
commitd6af6efbf9873906bd21000551fa0f284c441eff (patch)
tree92b2a1b12bda21944d1d746ce533fc874a73e28a /video
parent63441d36ef29e13edbba770093f582b2a455160a (diff)
downloadmpv-d6af6efbf9873906bd21000551fa0f284c441eff.tar.bz2
mpv-d6af6efbf9873906bd21000551fa0f284c441eff.tar.xz
vd_lavc: enable dr by default
I had this enabled for quite a while and experienced no issues. I'm not aware of other issues either.
Diffstat (limited to 'video')
-rw-r--r--video/decode/vd_lavc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c
index 5a8c2d53c5..a2f1d7d494 100644
--- a/video/decode/vd_lavc.c
+++ b/video/decode/vd_lavc.c
@@ -126,6 +126,7 @@ const struct m_sub_options vd_lavc_conf = {
.skip_idct = AVDISCARD_DEFAULT,
.skip_frame = AVDISCARD_DEFAULT,
.framedrop = AVDISCARD_NONREF,
+ .dr = 1,
},
};