From 2b45912684f9e383e5cebb56c1b4e712f90b67cc Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 15 Jan 2009 06:00:38 +0200 Subject: Fix dvdnav call broken in pause changes --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') 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 -- cgit v1.2.3