summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 3b2da3bd39..955c143786 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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