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:
reimar 2009-03-22 14:28:13 +00:00
parent 0d44f19d27
commit 45535aa89d
1 changed files with 1 additions and 1 deletions

View File

@ -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;