mirror of https://github.com/mpv-player/mpv
Add forgotten "static" to new data_length variable in ao_pcm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29037 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0d44f19d27
commit
45535aa89d
|
@ -77,7 +77,7 @@ struct WaveHeader
|
|||
|
||||
/* init with default values */
|
||||
static struct WaveHeader wavhdr;
|
||||
uint64_t data_length;
|
||||
static uint64_t data_length;
|
||||
|
||||
static FILE *fp = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue