[xiph-cvs] cvs commit: speex/src speexenc.c
Jean-Marc Valin
jm at xiph.org
Wed Jun 4 12:06:24 PDT 2003
jm 03/06/04 15:06:24
Modified: src speexenc.c
Log:
init value
Revision Changes Path
1.79 +1 -1 speex/src/speexenc.c
Index: speexenc.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/speexenc.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- speexenc.c 30 May 2003 19:44:54 -0000 1.78
+++ speexenc.c 4 Jun 2003 19:06:24 -0000 1.79
@@ -251,7 +251,7 @@
ogg_stream_state os;
ogg_page og;
ogg_packet op;
- int bytes_written, ret, result;
+ int bytes_written=0, ret, result;
int id=-1;
SpeexHeader header;
int nframes=1;
<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