diff libao2/ao_plugin.c @ 3279:d6ea11bed983

Commandline interface to ao_plugin updated according to mplayers complex parameter format and plugin pl_format finished (alpha code needs testing)
author anders
date Mon, 03 Dec 2001 14:05:02 +0000
parents 1648d11fc36c
children ea7c1bfc4391
line wrap: on
line diff
--- a/libao2/ao_plugin.c	Mon Dec 03 10:10:19 2001 +0000
+++ b/libao2/ao_plugin.c	Mon Dec 03 14:05:02 2001 +0000
@@ -197,7 +197,7 @@
   len=driver()->play(ao_plugin_data.data,ao_plugin_data.len,flags);
 
   if(len!=ao_plugin_data.len)
-    printf("Buffer over flow in sound plugin ");
+    fprintf(stderr,"[ao_plugin] Warning under or over flow in sound plugin");
   
   return ret_len;
 }
@@ -211,3 +211,5 @@
 }
 
 
+
+