From fd3fe45bc14a0a540f2525102551c92a64a73b76 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Tue, 9 Oct 2007 20:42:20 +0000 Subject: FS#7487 - mpegplayer - video start time seek with resume by John S. Gwynne & Brian J. Morey This should stop the patch from breaking again and give them opportunity to improve it further. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15052 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/video_out.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/mpegplayer/video_out.h') diff --git a/apps/plugins/mpegplayer/video_out.h b/apps/plugins/mpegplayer/video_out.h index 0d91eb7b1c..ec3f7c65d3 100644 --- a/apps/plugins/mpegplayer/video_out.h +++ b/apps/plugins/mpegplayer/video_out.h @@ -22,4 +22,6 @@ */ void vo_draw_frame (uint8_t * const * buf); +void vo_draw_frame_thumb (uint8_t * const * buf); void vo_setup (const mpeg2_sequence_t * sequence); +void vo_cleanup (void); -- cgit v1.2.3