diff options
Diffstat (limited to 'apps/codecs/libtremor/window.h')
-rw-r--r-- | apps/codecs/libtremor/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libtremor/window.h b/apps/codecs/libtremor/window.h index 27647fe62e..f11742e1dd 100644 --- a/apps/codecs/libtremor/window.h +++ b/apps/codecs/libtremor/window.h | |||
@@ -20,8 +20,8 @@ | |||
20 | 20 | ||
21 | extern const void *_vorbis_window(int type,int left); | 21 | extern const void *_vorbis_window(int type,int left); |
22 | extern void _vorbis_apply_window(ogg_int32_t *d,const void *window[2], | 22 | extern void _vorbis_apply_window(ogg_int32_t *d,const void *window[2], |
23 | long *blocksizes, | 23 | long *blocksizes, |
24 | int lW,int W,int nW); | 24 | int lW,int W,int nW); |
25 | 25 | ||
26 | 26 | ||
27 | #endif | 27 | #endif |