diff libao2/ao_plugin.c @ 4374:0a95c5074c50

Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed improvements
author anders
date Sun, 27 Jan 2002 10:41:43 +0000
parents 1dbffed555a6
children bd108c2796ab
line wrap: on
line diff
--- a/libao2/ao_plugin.c	Sun Jan 27 08:07:01 2002 +0000
+++ b/libao2/ao_plugin.c	Sun Jan 27 10:41:43 2002 +0000
@@ -159,7 +159,7 @@
 
   if(!ok) return 0;
 
-  // Allocate output buffer */
+  // Allocate output buffer
   if(ao_plugin_local_data.buf)
     free(ao_plugin_local_data.buf);
   ao_plugin_local_data.buf=malloc(MAX_OUTBURST);