Skip to content
Snippets Groups Projects
Commit 225f3c93 authored by Pierre Lamot's avatar Pierre Lamot Committed by Thomas Guillem
Browse files

ml: Thumbnailer: disable hardware decoders for thumbnailing


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 8bb3ffc0
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ bool Thumbnailer::generate( medialibrary::MediaPtr media, const std::string& mrl
if ( unlikely( ctx.item == nullptr ) )
return false;
input_item_AddOption( ctx.item, "no-hwdec", VLC_INPUT_OPTION_TRUSTED );
ctx.done = false;
{
vlc::threads::mutex_locker lock( ctx.mutex );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment