[xiph-commits] r7148 - branches/rel-1-0-branch/speex/src

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


Author: jm
Date: Thu Jul 15 18:03:11 2004
New Revision: 7148

Modified:
branches/rel-1-0-branch/speex/src/speexenc.c
Log:
Fixes the infinite loop in wav input.


Modified: branches/rel-1-0-branch/speex/src/speexenc.c
===================================================================
--- branches/rel-1-0-branch/speex/src/speexenc.c	2004-07-16 01:02:14 UTC (rev 7147)
+++ branches/rel-1-0-branch/speex/src/speexenc.c	2004-07-16 01:03:10 UTC (rev 7148)
@@ -80,7 +80,7 @@

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



More information about the commits mailing list