[MPlayer-cvslog] CVS: main/libaf format.c,1.3,1.4
Reynaldo H. Verdejo CVS
syncmail at mplayerhq.hu
Tue Mar 14 17:57:18 CET 2006
CVS change done by Reynaldo H. Verdejo CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv18011/libaf
Modified Files:
format.c
Log Message:
last print on libaf to af_msg
Index: format.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/format.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- format.c 18 Aug 2005 11:37:16 -0000 1.3
+++ format.c 14 Mar 2006 16:57:16 -0000 1.4
@@ -16,6 +16,7 @@
#include <limits.h>
#include "af.h"
+#include "help_mp.h"
// Convert from string to format
int af_str2fmt(char* str)
@@ -113,7 +114,7 @@
case(AF_FORMAT_IMA_ADPCM):
i+=snprintf(&str[i],size-i,"IMA-ADPCM "); break;
default:
- printf("Unknown special\n");
+ af_msg(AF_MSG_ERROR,MSGTR_AF_FORMAT_UnknownSpecial);
}
}
else{
More information about the MPlayer-cvslog
mailing list