summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index f1bb97291a..c47c279d24 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2671,7 +2671,7 @@ void audio_set_recording_options(int frequency, int quality,
2671#endif /* SIMULATOR */ 2671#endif /* SIMULATOR */
2672#endif /* CONFIG_CODEC == MAS3587F */ 2672#endif /* CONFIG_CODEC == MAS3587F */
2673 2673
2674void audio_play(int offset) 2674void audio_play(long offset)
2675{ 2675{
2676#ifdef SIMULATOR 2676#ifdef SIMULATOR
2677 char* trackname; 2677 char* trackname;
@@ -2805,7 +2805,7 @@ void audio_prev(void)
2805#endif /* SIMULATOR */ 2805#endif /* SIMULATOR */
2806} 2806}
2807 2807
2808void audio_ff_rewind(int newtime) 2808void audio_ff_rewind(long newtime)
2809{ 2809{
2810#ifndef SIMULATOR 2810#ifndef SIMULATOR
2811 queue_post(&mpeg_queue, MPEG_FF_REWIND, (void *)newtime); 2811 queue_post(&mpeg_queue, MPEG_FF_REWIND, (void *)newtime);