mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
Fix dvdnav call broken in pause changes
This commit is contained in:
parent
9bcd12fdf5
commit
2b45912684
@ -2218,7 +2218,7 @@ static double update_video_nocorrect_pts(struct MPContext *mpctx,
|
||||
sh_video->pts);
|
||||
#ifdef CONFIG_DVDNAV
|
||||
// Save last still frame for future display
|
||||
mp_dvdnav_restore_smpi(mpctx, in_size, packet, decoded_frame);
|
||||
mp_dvdnav_save_smpi(mpctx, in_size, packet, decoded_frame);
|
||||
#endif
|
||||
if (decoded_frame) {
|
||||
// These updates are done here for vf_expand OSD/subtitles
|
||||
|
Loading…
Reference in New Issue
Block a user