summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-14 20:17:23 +0200
committerwm4 <wm4@nowhere>2015-05-14 20:17:23 +0200
commit24f98d1aaf347119b8b3a48e2736755d82a0f508 (patch)
tree96716f7ad9000c7f88915b5024ed85f4d656c880 /options
parenta2235b0280d379373e52f80d261c594b2d6a9206 (diff)
downloadmpv-24f98d1aaf347119b8b3a48e2736755d82a0f508.tar.bz2
mpv-24f98d1aaf347119b8b3a48e2736755d82a0f508.tar.xz
video: add hevc to whitelist of hwdec codecs
This means if --hwdec is used, and hardware decoding is supported for HEVC, it's actually used.
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index c51a948db4..576b1ec08b 100644
--- a/options/options.c
+++ b/options/options.c
@@ -763,7 +763,7 @@ const struct MPOpts mp_default_opts = {
.sub_cp = "auto",
.screenshot_template = "mpv-shot%n",
- .hwdec_codecs = "h264,vc1,wmv3",
+ .hwdec_codecs = "h264,vc1,wmv3,hevc",
.index_mode = 1,