[xiph-cvs] cvs commit: speex/src speexdec.c
Jean-Marc Valin
jm at xiph.org
Fri Sep 19 07:06:51 PDT 2003
jm 03/09/19 10:06:51
Modified: src speexdec.c
Log:
oops...
Revision Changes Path
1.79 +1 -1 speex/src/speexdec.c
Index: speexdec.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/speexdec.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- speexdec.c 12 Jun 2003 04:30:04 -0000 1.78
+++ speexdec.c 19 Sep 2003 14:06:51 -0000 1.79
@@ -179,7 +179,7 @@
fout = fdopen(audio_fd, "w");
#elif defined HAVE_SYS_AUDIOIO_H
audio_info_t info;
- int audio_df;
+ int audio_fd;
audio_fd = open("/dev/audio", O_WRONLY);
if (audio_fd<0)
<p><p>--- >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