[xiph-commits] r7147 - trunk/speex/src

jm at dactyl.lonelymoon.com jm
Thu Jul 15 18:02:18 PDT 2004


Author: jm
Date: Thu Jul 15 18:02:18 2004
New Revision: 7147

Modified:
trunk/speex/src/speexenc.c
Log:
Oops, this fixes the infinite loop in wav input


Modified: trunk/speex/src/speexenc.c
===================================================================
--- trunk/speex/src/speexenc.c	2004-07-15 23:10:30 UTC (rev 7146)
+++ trunk/speex/src/speexenc.c	2004-07-16 01:02:14 UTC (rev 7147)
@@ -88,7 +88,7 @@

if (size && *size<=0)
{
-      return 1;
+      return 0;
}
/*Read input audio*/
if (size)



More information about the commits mailing list