summaryrefslogtreecommitdiff
path: root/libavcodec/g722.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/g722.h')
-rw-r--r--libavcodec/g722.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/g722.h b/libavcodec/g722.h
index bab1da48cc..71d03fc5fa 100644
--- a/libavcodec/g722.h
+++ b/libavcodec/g722.h
@@ -32,7 +32,6 @@
typedef struct G722Context {
const AVClass *class;
- AVFrame frame;
int bits_per_codeword;
int16_t prev_samples[PREV_SAMPLES_BUF_SIZE]; ///< memory of past decoded samples
int prev_samples_pos; ///< the number of values in prev_samples