[Mplayer-cvslog] CVS: main/libaf af_format.h,1.1,1.2 af_format.c,1.10,1.11

Arpi of Ize arpi at mplayerhq.hu
Sat Jan 18 18:32:02 CET 2003


Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv8652

Modified Files:
	af_format.h af_format.c 
Log Message:
export fmt2str()


Index: af_format.h
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_format.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- af_format.h	12 Nov 2002 12:33:54 -0000	1.1
+++ af_format.h	18 Jan 2003 17:31:58 -0000	1.2
@@ -30,3 +30,6 @@
 #define AF_FORMAT_AC3		(4<<3) // Dolby Digital AC3
 #define AF_FORMAT_IMA_ADPCM	AF_FORMAT_LE|AF_FORMAT_SI // Same as 16 bit signed int 
 #define AF_FORMAT_SPECIAL_MASK	(7<<3)
+
+extern char* fmt2str(int format, char* str, size_t size);
+

Index: af_format.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_format.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- af_format.c	28 Dec 2002 13:59:53 -0000	1.10
+++ af_format.c	18 Jan 2003 17:31:58 -0000	1.11
@@ -88,7 +88,7 @@
 
 /* Convert format to str input str is a buffer for the 
    converted string, size is the size of the buffer */
-static char* fmt2str(int format, char* str, size_t size)
+char* fmt2str(int format, char* str, size_t size)
 {
   int i=0;
   // Print endinaness



More information about the MPlayer-cvslog mailing list