[xiph-commits] r11556 - trunk/speex/doc
jm at svn.xiph.org
jm at svn.xiph.org
Sat Jun 10 17:31:26 PDT 2006
Author: jm
Date: 2006-06-10 17:31:23 -0700 (Sat, 10 Jun 2006)
New Revision: 11556
Modified:
trunk/speex/doc/sampledec.c
Log:
oops. decoder must delete decoder...
Modified: trunk/speex/doc/sampledec.c
===================================================================
--- trunk/speex/doc/sampledec.c 2006-06-10 13:20:16 UTC (rev 11555)
+++ trunk/speex/doc/sampledec.c 2006-06-11 00:31:23 UTC (rev 11556)
@@ -57,7 +57,7 @@
}
/*Destroy the decoder state*/
- speex_encoder_destroy(state);
+ speex_decoder_destroy(state);
/*Destroy the bit-stream truct*/
speex_bits_destroy(&bits);
fclose(fout);
More information about the commits
mailing list