mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
removing more globals
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12133 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0bdf67044c
commit
b5142b3879
@ -1,4 +1,5 @@
|
||||
real mp3lib_decwin[(512+32)], cos64[32], cos32[16], cos16[8], cos8[4], cos4[2];
|
||||
real mp3lib_decwin[(512+32)];
|
||||
static real cos64[32], cos32[16], cos16[8], cos8[4], cos4[2];
|
||||
real *mp3lib_pnts[]={ cos64,cos32,cos16,cos8,cos4 };
|
||||
|
||||
static long intwinbase[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user