[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c
Jack Moffitt
jack at xiph.org
Mon Jan 22 13:19:58 PST 2001
jack 01/01/22 13:19:58
Modified: ogg123 ogg123.c
Log:
Fixed Debian bug #81146.
The default device should be overridden by the commandline.
jack.
Revision Changes Path
1.20 +1 -9 vorbis-tools/ogg123/ogg123.c
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ogg123.c 2001/01/15 04:50:23 1.19
+++ ogg123.c 2001/01/22 21:19:57 1.20
@@ -14,7 +14,7 @@
* *
********************************************************************
- last mod: $Id: ogg123.c,v 1.19 2001/01/15 04:50:23 kcarnold Exp $
+ last mod: $Id: ogg123.c,v 1.20 2001/01/22 21:19:57 jack Exp $
********************************************************************/
@@ -126,14 +126,6 @@
opt.buffer_size = atoi (optarg);
break;
case 'd':
- /* Need to store previous device before gathering options for
- this device */
- if (temp_driver_id != -1) {
- opt.outdevices =
- append_device(opt.outdevices, temp_driver_id,
- temp_options);
- temp_options = NULL;
- }
temp_driver_id = ao_get_driver_id(optarg);
if (temp_driver_id < 0) {
fprintf(stderr, "No such device %s.\n", optarg);
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list