mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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.
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user