[vlc-commits] [Git][videolan/vlc][master] input: Fix thumbnailer black frames
Hugo Beauzée-Luyssen
gitlab at videolan.org
Wed May 5 09:06:13 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
bf81ddc4 by Hugo Beauzée-Luyssen at 2021-05-05T08:34:25+00:00
input: Fix thumbnailer black frames
Fix a regression introduced in
adfe2249db3cd9fd4b8e568ba3a9dadd9d107768
Fix #25605
- - - - -
1 changed file:
- src/input/thumbnailer.c
Changes:
=====================================
src/input/thumbnailer.c
=====================================
@@ -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);
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bf81ddc49cf389a0de37077c70d4420ceb58465f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bf81ddc49cf389a0de37077c70d4420ceb58465f
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list