summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-01-15 06:00:38 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-01-15 06:00:38 +0200
commit2b45912684f9e383e5cebb56c1b4e712f90b67cc (patch)
tree1b4a9258593ad1f2bc2edffa4efdca6f4341faf7 /mplayer.c
parent9bcd12fdf5c6f85e9bb391caa2713021624a957e (diff)
downloadmpv-2b45912684f9e383e5cebb56c1b4e712f90b67cc.tar.bz2
mpv-2b45912684f9e383e5cebb56c1b4e712f90b67cc.tar.xz
Fix dvdnav call broken in pause changes
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