From dae6ff2721740c2776e29049f8b384a443ed2569 Mon Sep 17 00:00:00 2001 From: Steve Lhomme <robux4@ycbcr.xyz> Date: Mon, 8 Jul 2019 11:41:43 +0200 Subject: [PATCH] qt: preferences: list the dec-dev hardware decoders rather than the avcodec-hw ones --- modules/gui/qt/components/simple_preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp index f80c48cc1bbf..5a93e68f43b2 100644 --- a/modules/gui/qt/components/simple_preferences.cpp +++ b/modules/gui/qt/components/simple_preferences.cpp @@ -657,7 +657,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ui.live555TransportHTTPRadio->hide(); ui.live555TransportLabel->hide(); } - CONFIG_GENERIC( "avcodec-hw", StringList, ui.hwAccelLabel, hwAccelModule ); + CONFIG_GENERIC( "dec-dev", StringList, ui.hwAccelLabel, hwAccelModule ); CONFIG_BOOL( "input-fast-seek", fastSeekBox ); optionWidgets["inputLE"] = ui.DVDDeviceComboBox; optionWidgets["cachingCoB"] = ui.cachingCombo; -- GitLab