summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index 1d24a59667..cd295499ed 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -274,6 +274,8 @@ typedef struct {
/** @} */
DECLARE_ALIGNED(16, float, temp[128]);
+
+ int output_configured;
} AACContext;
#endif /* AVCODEC_AAC_H */