diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-01-01 15:55:24 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-01-01 15:55:24 +0000 |
commit | ade212f24076306fbea0e41c7e3b55e1526c9aa0 (patch) | |
tree | 2e9f90f969a8cd9af6989a0a76938ef7cf002ab1 /src | |
parent | 37ff2e6fb7e070193420b16dad1b4877a64c5443 (diff) | |
download | xine-lib-ade212f24076306fbea0e41c7e3b55e1526c9aa0.tar.gz xine-lib-ade212f24076306fbea0e41c7e3b55e1526c9aa0.tar.bz2 |
unused variable
CVS patchset: 5969
CVS date: 2004/01/01 15:55:24
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/audio_oss_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index a04dc5c87..148dc1908 100644 --- a/src/audio_out/audio_oss_out.c +++ b/src/audio_out/audio_oss_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_oss_out.c,v 1.99 2003/12/31 12:05:26 siggi Exp $ + * $Id: audio_oss_out.c,v 1.100 2004/01/01 15:55:24 mroi Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -693,7 +693,7 @@ static ao_driver_t *open_plugin (audio_driver_class_t *class_gen, const void *da int rate ; int devnum; int audio_fd; - int num_channels, bits, status, arg; + int num_channels, status, arg; static char *sync_methods[] = {"auto", "getodelay", "getoptr", "softsync", "probebuffer", NULL}; this = (oss_driver_t *) xine_xmalloc (sizeof (oss_driver_t)); |