diff options
author | Justin Ruggles | 2012-12-23 16:51:41 -0500 |
---|---|---|
committer | Justin Ruggles | 2013-02-12 12:21:21 -0500 |
commit | bae4f47938bbc63b7ab567edce9a5e778a37a3bf (patch) | |
tree | d90dfb4bca930362f17024a484804e0f9ade462e /libavcodec/adx.h | |
parent | 0588935e64fec4e3e827ede83bc84a4a4d58733a (diff) |
adxenc: alloc/free coded_frame instead of keeping it in the ADXContext
Diffstat (limited to 'libavcodec/adx.h')
-rw-r--r-- | libavcodec/adx.h | 1 |
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; |