X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac.h;h=631fdd405f9f2923c187ec7e1517f6c6dcc2f8d8;hb=c4f237a98175438e76da64c51cc6fe613f8d767e;hp=d01534de3f8bf3a12747599e5513dc0ad887d36c;hpb=1e19927f12a2a65954aabf38b584025beff15cc3;p=ffmpeg diff --git a/libavcodec/aac.h b/libavcodec/aac.h index d01534de3f8..631fdd405f9 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -251,6 +251,7 @@ typedef struct { */ typedef struct { AVCodecContext *avctx; + AVFrame frame; MPEG4AudioConfig m4ac; @@ -299,6 +300,7 @@ typedef struct { DECLARE_ALIGNED(32, float, temp)[128]; enum OCStatus output_configured; + int warned_num_aac_frames; } AACContext; #endif /* AVCODEC_AAC_H */