Skip to content
Snippets Groups Projects
Commit bf81ddc4 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

input: Fix thumbnailer black frames

Fix a regression introduced in
adfe2249
Fix #25605
parent badb301c
No related branches found
No related tags found
1 merge request!74input: Fix thumbnailer black frames
Pipeline #93348 passed with stage
in 18 minutes and 40 seconds
......@@ -280,7 +280,7 @@ vlc_thumbnailer_RequestByPos( vlc_thumbnailer_t *thumbnailer,
{
struct seek_target seek_target = {
.type = VLC_THUMBNAILER_SEEK_POS,
.time = pos,
.pos = pos,
};
return RequestCommon(thumbnailer, seek_target, speed, item, timeout, cb,
userdata);
......
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