mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04:00
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
This commit is contained in:
parent
ce135909b9
commit
fd3fe45bc1
17 changed files with 1241 additions and 219 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue