aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/mp3/include/mhead.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-19 01:20:23 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-19 01:20:23 +0000
commitf2ce8f47db1545ec52e1228b02f6e9240208ebe4 (patch)
treeec1706266dc862ec5bdb5f6a2012de235c1b0644 /codecs/mp3/include/mhead.h
parent65b7674a758892ccef2aadb1af838f58e520d124 (diff)
Code cleanups (bug #66)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1531 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/mp3/include/mhead.h')
-rwxr-xr-xcodecs/mp3/include/mhead.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/codecs/mp3/include/mhead.h b/codecs/mp3/include/mhead.h
index 06b43efb1..37791d909 100755
--- a/codecs/mp3/include/mhead.h
+++ b/codecs/mp3/include/mhead.h
@@ -210,9 +210,8 @@ MPEG8;
#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 @@ typedef struct
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;