vlc | branch: master | Steve Lhomme <[email protected]> | Mon Jul 8 11:41:43 2019 +0200| [dae6ff2721740c2776e29049f8b384a443ed2569] | committer: Steve Lhomme
qt: preferences: list the dec-dev hardware decoders rather than the avcodec-hw ones > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dae6ff2721740c2776e29049f8b384a443ed2569 --- 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 f80c48cc1b..5a93e68f43 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
