diff gui/util/bitmap.h @ 33114:5ad451a5ebec

Remove useless warning message. Instead, add debug message and return whether conversion was successful or not and use the return code to issue an appropriate error message.
author ib
date Mon, 04 Apr 2011 12:40:20 +0000
parents 9684ad0e1291
children c2da7b725fd8
line wrap: on
line diff
--- a/gui/util/bitmap.h	Mon Apr 04 12:14:26 2011 +0000
+++ b/gui/util/bitmap.h	Mon Apr 04 12:40:20 2011 +0000
@@ -29,6 +29,6 @@
 
 void bpFree(txSample *bf);
 int bpRead(char *fname, txSample *bf);
-void Convert32to1(txSample *in, txSample *out, int adaptivlimit);
+int Convert32to1(txSample *in, txSample *out, int adaptivlimit);
 
 #endif /* MPLAYER_GUI_BITMAP_H */