$OpenBSD: patch-libavcodec_aacenc_is_h,v 1.1 2015/10/13 05:44:18 ajacoutot Exp $

AAC encoder: Extensive improvements

--- libavcodec/aacenc_is.h.orig	Mon Oct 12 21:57:04 2015
+++ libavcodec/aacenc_is.h	Mon Oct 12 22:05:07 2015
@@ -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,
