summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc_is.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aacenc_is.h')
-rw-r--r--libavcodec/aacenc_is.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aacenc_is.h b/libavcodec/aacenc_is.h
index 31bbacac58..269fd1a9c9 100644
--- a/libavcodec/aacenc_is.h
+++ b/libavcodec/aacenc_is.h
@@ -39,6 +39,7 @@ struct AACISError {
float error; /* fabs(dist1 - dist2) */
float dist1; /* From original coeffs */
float dist2; /* From IS'd coeffs */
+ float ener01;
};
struct AACISError ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe,