mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
adx: rename struct PREV to ADXChannelState
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user