summaryrefslogtreecommitdiff
path: root/libavcodec/adx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adx.h')
-rw-r--r--libavcodec/adx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/adx.h b/libavcodec/adx.h
index 47d9f24a85..ff4c2d6f35 100644
--- a/libavcodec/adx.h
+++ b/libavcodec/adx.h
@@ -40,7 +40,6 @@ typedef struct ADXChannelState {
} ADXChannelState;
typedef struct ADXContext {
- AVFrame frame;
int channels;
ADXChannelState prev[2];
int header_parsed;