1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Fix dvdnav call broken in pause changes

This commit is contained in:
Uoti Urpala 2009-01-15 06:00:38 +02:00
parent 9bcd12fdf5
commit 2b45912684

View File

@ -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