aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/mp3/include/mhead.h
diff options
context:
space:
mode:
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;