...and the usual simulator corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2940 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8ff5f8971
commit
f1f7b6150a
2 changed files with 5 additions and 2 deletions
|
@ -2830,8 +2830,6 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int
|
|||
dbg_timer_start();
|
||||
dbg_cnt2us(0);
|
||||
#endif
|
||||
|
||||
recalculate_watermark(320); /* Maximum bitrate for safety's sake */
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
|
|
|
@ -179,6 +179,11 @@ void mpeg_set_pitch(int pitch)
|
|||
(void)pitch;
|
||||
}
|
||||
|
||||
void mpeg_set_buffer_margin(int seconds)
|
||||
{
|
||||
(void)seconds;
|
||||
}
|
||||
|
||||
static int sleeptime;
|
||||
void set_sleep_timer(int seconds)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue