Mercurial > mplayer.hg
changeset 18966:0662e5119de2
two variables are made static, one of them additionaly modified to const char*. Patch by Stefan Huehner, stefan AT huehner-org
author | reynaldo |
---|---|
date | Sun, 09 Jul 2006 03:50:47 +0000 |
parents | 24ae1f262dc2 |
children | 36db63e8e5d7 |
files | libao2/ao_oss.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_oss.c Sun Jul 09 03:42:35 2006 +0000 +++ b/libao2/ao_oss.c Sun Jul 09 03:50:47 2006 +0000 @@ -148,8 +148,8 @@ static audio_buf_info zz; static int audio_fd=-1; -char *oss_mixer_device = PATH_DEV_MIXER; -int oss_mixer_channel = SOUND_MIXER_PCM; +static const char *oss_mixer_device = PATH_DEV_MIXER; +static int oss_mixer_channel = SOUND_MIXER_PCM; // to set/get/query special features/parameters static int control(int cmd,void *arg){