Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adx.h')
-rw-r--r--libavcodec/adx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/adx.h b/libavcodec/adx.h
index c4206963d5..bba09aed8b 100644
--- a/libavcodec/adx.h
+++ b/libavcodec/adx.h
@@ -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;