forked from len0rd/rockbox
Fixed 64 bit warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12249 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
97623c5e97
commit
161bf8f0e1
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ next_page:
|
|||
|
||||
rb->id3->vbr = true;
|
||||
rb->id3->frequency = samplerate;
|
||||
rb->configure(DSP_SET_FREQUENCY, (int *)samplerate);
|
||||
rb->configure(DSP_SET_FREQUENCY, (int *)(rb->id3->frequency));
|
||||
|
||||
/* Speex header in its own page, add the whole page
|
||||
headersize */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue