diff options
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index d17366c8ee..9f72a3d291 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -265,7 +265,7 @@ typedef struct AACContext AACContext; struct AACContext { AVClass *class; AVCodecContext *avctx; - AVFrame frame; + AVFrame *frame; int is_saved; ///< Set if elements have stored overlap from previous frame. DynamicRangeControl che_drc; |