diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-23 17:53:06 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-02-12 12:21:22 -0500 |
commit | 036e9b045f14233fd39781d9afe4b7fb54151fba (patch) | |
tree | ba383585cd0b2b20abc13533e5fccdbb2be77fe8 /libavcodec/g722.h | |
parent | b8e9c99ef19c21d20962e90237697722cbc96ff8 (diff) | |
download | ffmpeg-036e9b045f14233fd39781d9afe4b7fb54151fba.tar.gz |
g722: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/g722.h')
-rw-r--r-- | libavcodec/g722.h | 1 |
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 |