[xiph-cvs] cvs commit: speex/src speexenc.c
Jean-Marc Valin
jm at xiph.org
Wed Jun 4 12:06:01 PDT 2003
jm 03/06/04 15:06:01
Modified: src Tag: rel-1-0-branch speexenc.c
Log:
init value
Revision Changes Path
No revision
<p>No revision
<p>1.76.2.3 +1 -1 speex/src/speexenc.c
Index: speexenc.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/speexenc.c,v
retrieving revision 1.76.2.2
retrieving revision 1.76.2.3
diff -u -r1.76.2.2 -r1.76.2.3
--- speexenc.c 31 May 2003 06:00:07 -0000 1.76.2.2
+++ speexenc.c 4 Jun 2003 19:06:01 -0000 1.76.2.3
@@ -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