adx: rename struct PREV to ADXChannelState

This commit is contained in:
Justin Ruggles
2011-11-19 17:05:44 -05:00
parent 3a83b2461e
commit dd1b9f7cd9
3 changed files with 8 additions and 5 deletions

View File

@@ -33,10 +33,10 @@
typedef struct {
int s1,s2;
} PREV;
} ADXChannelState;
typedef struct {
PREV prev[2];
ADXChannelState prev[2];
int header_parsed;
unsigned char dec_temp[18*2];
int in_temp;