[vlc-devel] [vlc-commits] qt: preferences: list the dec-dev hardware decoders rather than the avcodec-hw ones

Jean-Baptiste Kempf jb at videolan.org
Mon Oct 28 09:57:01 CET 2019


—dec-dev is even more abscons than the —codec-hw one, for the end user.

On Mon, 28 Oct 2019, at 09:41, Steve Lhomme wrote:
> vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits
> 

--
Jean-Baptiste Kempf - President
+33 672 704 734


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20191028/db5abdd6/attachment.html>


More information about the vlc-devel mailing list