[vlc-commits] [Git][videolan/vlc][master] decoder: add missing Decoder_UpdateOutState() when spu is started
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Jan 3 10:42:01 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
79a4029d by Thomas Guillem at 2024-01-03T10:21:16+00:00
decoder: add missing Decoder_UpdateOutState() when spu is started
Like it is already done for vout and aout.
Refs #28446
Refs #28429
- - - - -
1 changed file:
- src/input/decoder.c
Changes:
=====================================
src/input/decoder.c
=====================================
@@ -939,6 +939,7 @@ static subpicture_t *ModuleThread_NewSpuBuffer( decoder_t *p_dec,
p_owner->p_vout = p_vout;
p_owner->vout_order = channel_order;
+ Decoder_UpdateOutState(p_owner);
vlc_fifo_Unlock(p_owner->p_fifo);
assert(channel_order != VLC_VOUT_ORDER_NONE);
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/79a4029d730169feacb304c904a5a5d50fd39100
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/79a4029d730169feacb304c904a5a5d50fd39100
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list