diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-25 08:11:41 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-25 08:11:41 +0000 |
commit | 408dcaecfed16ceb4f9da7ec3691adeb9407e1d2 (patch) | |
tree | 12da2091628c8abb301671f33c6c14025fdfdc78 /src | |
parent | f26cc59ce1190093f886330f100d2c609339dc7e (diff) | |
download | xine-lib-408dcaecfed16ceb4f9da7ec3691adeb9407e1d2.tar.gz xine-lib-408dcaecfed16ceb4f9da7ec3691adeb9407e1d2.tar.bz2 |
small cleanups
CVS patchset: 485
CVS date: 2001/08/25 08:11:41
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 006ec600f..c0534673b 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.33 2001/08/24 01:05:30 guenter Exp $ + * $Id: audio_oss_out.c,v 1.34 2001/08/25 08:11:41 guenter Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -579,7 +579,7 @@ ao_driver_t *init_audio_out_plugin (config_values_t *config) { } static ao_info_t ao_info_oss = { - AUDIO_OUT_IFACE_VERSION, + AO_OUT_OSS_IFACE_VERSION, "oss", "xine audio output plugin using oss-compliant audio devices/drivers", 10 |