Argh, forgot to make variable static...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mswitch 2001-12-22 16:22:32 +00:00
parent ca7c2ea806
commit 838f822d6d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ LIBAO_EXTERN(dxr3)
static audio_buf_info dxr3_buf_info;
static int fd_control = 0, fd_audio = 0;
int need_conversion = 0;
static int need_conversion = 0;
// to set/get/query special features/parameters
static int control(int cmd,int arg)