From 567b87afb5859a8497d80320c0385aefc64aee1b Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Thu, 23 May 2002 23:25:34 +0000 Subject: Update for 16 bits and stereo smush sound in the dig svn-id: r4379 --- smush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smush.h') diff --git a/smush.h b/smush.h index 42233cd34c..8eeea152b6 100644 --- a/smush.h +++ b/smush.h @@ -72,7 +72,7 @@ struct SmushPlayer { /* IACT: The Dig audio */ uint32 _imusSize[8], _imusSubSize[8]; - uint32 _imusTrk[8], _imusRate[8]; + uint32 _imusTrk[8], _imusRate[8], _imusChan[8]; uint32 _imusSubTag[8]; byte _imusData[8][3]; uint32 _imusPos[8], _imusCodec[8]; -- cgit v1.2.3