summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/options.c')
-rw-r--r--mpvcore/options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpvcore/options.c b/mpvcore/options.c
index 32d108d119..44f821db75 100644
--- a/mpvcore/options.c
+++ b/mpvcore/options.c
@@ -864,6 +864,9 @@ const struct MPOpts mp_default_opts = {
.lavfdopts = {
.allow_mimetype = 1,
},
+ .lavc_param = {
+ .check_hw_profile = 1,
+ },
.input = {
.key_fifo_size = 7,
.doubleclick_time = 300,