From d6890c19dd0e34a71383e8fd1b7acdc0f9f08f69 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Feb 2018 18:26:18 +0100 Subject: input: add a keybinding to toggle hardware decoding We sure as hell won't enable hardware decoding by default, but we can make it more accessible with a key binding. --- player/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index b282edda4c..e4e5246cc4 100644 --- a/player/command.c +++ b/player/command.c @@ -4321,6 +4321,7 @@ static const struct property_osd_display { {"ab-loop-a", "A-B loop start"}, {"ab-loop-b", .msg = "A-B loop: ${ab-loop-a} - ${ab-loop-b}"}, {"audio-device", "Audio device"}, + {"hwdec", .msg = "Hardware decoding: ${hwdec-current}"}, // By default, don't display the following properties on OSD {"pause", NULL}, {"fullscreen", NULL}, -- cgit v1.2.3