From 52dc182b81dd875c7806a2829b65ada2b4520110 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 16 Aug 2002 15:06:50 +0000 Subject: Fixed double-height problem and broken fwd/rew. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1788 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/wps.c') diff --git a/apps/wps.c b/apps/wps.c index 5b30d2ba0e..cab9aec5ef 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -585,6 +585,8 @@ int wps_show(void) mpeg_ff_rewind(ff_rewind_count); ff_rewind_count = 0; ff_rewind = false; + mpeg_resume(); + status_set_playmode(STATUS_PLAY); #ifdef HAVE_LCD_CHARCELLS draw_screen(id3); #endif @@ -618,6 +620,8 @@ int wps_show(void) mpeg_ff_rewind(ff_rewind_count); ff_rewind_count = 0; ff_rewind = false; + mpeg_resume(); + status_set_playmode(STATUS_PLAY); #ifdef HAVE_LCD_CHARCELLS draw_screen(id3); #endif -- cgit v1.2.3