summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/codeclib.h
diff options
context:
space:
mode:
authorDave Hooper <dave@beermex.com>2010-02-21 21:17:53 +0000
committerDave Hooper <dave@beermex.com>2010-02-21 21:17:53 +0000
commit0b5338a6e9097c98223ea1e06b962b1cc78ea57b (patch)
tree5f59e52046d57009ae20fa418d87f87577afd77b /apps/codecs/lib/codeclib.h
parent3c52395b570d5abc394b5a1320d642057e6f4174 (diff)
downloadrockbox-0b5338a6e9097c98223ea1e06b962b1cc78ea57b.tar.gz
rockbox-0b5338a6e9097c98223ea1e06b962b1cc78ea57b.zip
Eep, didn't mean to commit those other files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24820 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/codeclib.h')
-rw-r--r--apps/codecs/lib/codeclib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h
index 32a4696b9d..817d86a6a3 100644
--- a/apps/codecs/lib/codeclib.h
+++ b/apps/codecs/lib/codeclib.h
@@ -65,7 +65,7 @@ void qsort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, con
65 65
66/*MDCT library functions*/ 66/*MDCT library functions*/
67/* -1- Tremor mdct */ 67/* -1- Tremor mdct */
68/* extern void mdct_backward(int n, int32_t *in, int32_t *out); */ 68extern void mdct_backward(int n, int32_t *in, int32_t *out);
69/* -2- ffmpeg fft-based mdct */ 69/* -2- ffmpeg fft-based mdct */
70extern void ff_imdct_half(unsigned int nbits, int32_t *output, const int32_t *input); 70extern void ff_imdct_half(unsigned int nbits, int32_t *output, const int32_t *input);
71extern void ff_imdct_calc(unsigned int nbits, int32_t *output, const int32_t *input); 71extern void ff_imdct_calc(unsigned int nbits, int32_t *output, const int32_t *input);