search for: section000121000000000000000

Displaying 1 result from an estimated 1 matches for "section000121000000000000000".

2006 Jun 10
1
[PATCH] bug in sample code sampledec.c
Hi there is a small bug in the sample code 'sampledec.c' here: http://www.speex.org/manual2/node12.html#SECTION000121000000000000000 it is trying to destroy the encoder of the "decoder" state, this patch should fix it: Index: doc/sampledec.c =================================================================== --- doc/sampledec.c (revision 11555) +++ doc/sampledec.c (working copy) @@ -57,7 +57,7 @@ }...