diff --git a/player/sub.c b/player/sub.c index 26c25b5f10b2d..f2738864f3c6c 100644 --- a/player/sub.c +++ b/player/sub.c @@ -163,6 +163,7 @@ void uninit_sub(struct MPContext *mpctx, int order) if (mpctx->d_sub[order]) { reset_subtitles(mpctx, order); mpctx->d_sub[order] = NULL; // Note: not free'd. + update_osd_sub_state(mpctx, order, NULL); // unset reselect_demux_streams(mpctx); } }