forked from len0rd/rockbox
Remove two unused macros.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8acbad0208
commit
e700e195d8
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@
|
||||||
#include "arm.h"
|
#include "arm.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FFMAX(a,b) ((a) > (b) ? (a) : (b))
|
|
||||||
#define FFMIN(a,b) ((a) > (b) ? (b) : (a))
|
|
||||||
|
|
||||||
static const int sample_rate_table[] ICONST_ATTR =
|
static const int sample_rate_table[] ICONST_ATTR =
|
||||||
{ 0, 0, 0, 0,
|
{ 0, 0, 0, 0,
|
||||||
8000, 16000, 22050, 24000, 32000, 44100, 48000, 96000,
|
8000, 16000, 22050, 24000, 32000, 44100, 48000, 96000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue