diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-06-19 18:58:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-19 18:58:22 +0200 |
commit | 7bdccc19119cec273f46d4d3b1be72f87049749a (patch) | |
tree | 396b6824fb638cb7f97f074d2975e9b3c899b08d /drivers/vorbis/window.h | |
parent | 5cb31f6d5b667a551092b699de6f4786e0bb5b6d (diff) | |
parent | 214f316cf9c861a0083cf74b790760aab77cb2ea (diff) |
Merge pull request #5292 from J08nY/external-lib-update
External lib update: libogg, libvorbis, libtheora
Diffstat (limited to 'drivers/vorbis/window.h')
-rw-r--r-- | drivers/vorbis/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/vorbis/window.h b/drivers/vorbis/window.h index 192bd9cfe7..51f97599f5 100644 --- a/drivers/vorbis/window.h +++ b/drivers/vorbis/window.h @@ -11,14 +11,14 @@ ******************************************************************** function: window functions - last mod: $Id: window.h 13293 2007-07-24 00:09:47Z xiphmont $ + last mod: $Id: window.h 19028 2013-12-02 23:23:39Z tterribe $ ********************************************************************/ #ifndef _V_WINDOW_ #define _V_WINDOW_ -extern float *_vorbis_window_get(int n); +extern const float *_vorbis_window_get(int n); extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes, int lW,int W,int nW); |