summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-03 21:00:05 +0200
committerwm4 <wm4@nowhere>2013-05-04 01:38:27 +0200
commit012d297bb13a290508c8a40c5d9f62d6535bb415 (patch)
tree172276c4d2f59a6851af483f30088b72fe10eedf /core/cfg-mplayer.h
parent844249317b350ad2a9f71b4382252027861d9e20 (diff)
downloadmpv-012d297bb13a290508c8a40c5d9f62d6535bb415.tar.bz2
mpv-012d297bb13a290508c8a40c5d9f62d6535bb415.tar.xz
video: add --hwdec-codecs option to whitelist codecs for hw decoding
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r--core/cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 7414d561bd..570c403f9c 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -449,6 +449,7 @@ const m_option_t common_opts[] = {
{"vdpau", 1},
{"vda", 2},
{"crystalhd", 3})),
+ OPT_STRING("hwdec-codecs", hwdec_codecs, 0),
// postprocessing:
{"pp", &divx_quality, CONF_TYPE_INT, 0, 0, 0, NULL},