Silence build warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30708 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19c7494ebe
commit
b76f197ff6
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ enum codec_status codec_run(void)
|
||||||
LOGF("Speex seek page:%lld,%lld,%ld,%lld,%d\n",
|
LOGF("Speex seek page:%lld,%lld,%ld,%lld,%d\n",
|
||||||
((spx_int64_t)param/1000) *
|
((spx_int64_t)param/1000) *
|
||||||
(spx_int64_t)samplerate,
|
(spx_int64_t)samplerate,
|
||||||
page_granule, param,
|
page_granule, (long)param,
|
||||||
(page_granule/samplerate)*1000, samplerate);
|
(page_granule/samplerate)*1000, samplerate);
|
||||||
|
|
||||||
speex_seek_page_granule(((spx_int64_t)param/1000) *
|
speex_seek_page_granule(((spx_int64_t)param/1000) *
|
||||||
|
|
Loading…
Reference in a new issue