[Asterisk-cvs] asterisk/codecs/mp3/include mhead.h,1.1.1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Thu Sep 18 20:19:14 CDT 2003


Update of /usr/cvsroot/asterisk/codecs/mp3/include
In directory mongoose.digium.com:/tmp/cvs-serv26315/codecs/mp3/include

Modified Files:
	mhead.h 
Log Message:
Code cleanups (bug #66)


Index: mhead.h
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/mp3/include/mhead.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- mhead.h	12 Feb 2003 13:59:14 -0000	1.1.1.1
+++ mhead.h	19 Sep 2003 01:20:22 -0000	1.2
@@ -210,9 +210,8 @@
 #include "itype.h"
 
 typedef void (*SBT_FUNCTION) (SAMPLEINT * sample, short *pcm, int n);
-typedef void (*UNPACK_FUNCTION) ();
 
-typedef struct
+typedef struct MPEGI
 {
 	struct {
 		DEC_INFO decinfo;
@@ -241,7 +240,7 @@
 		signed short group9_table[1024][3];
 		int nsbt;
 		SBT_FUNCTION sbt;
-		UNPACK_FUNCTION unpack_routine;
+		void (*unpack_routine) (struct MPEGI *);
 		unsigned char *bs_ptr;
 		UINT32 bitbuf;
 		int bits;




More information about the svn-commits mailing list