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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/aacenc_is.h b/libavcodec/aacenc_is.h
index e35f0aa695..31bbacac58 100644
--- a/libavcodec/aacenc_is.h
+++ b/libavcodec/aacenc_is.h
@@ -43,7 +43,8 @@ struct AACISError {
struct AACISError ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe,
int start, int w, int g, float ener0,
- float ener1, float ener01, int phase);
+ float ener1, float ener01,
+ int use_pcoeffs, int phase);
void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe);
#endif /* AVCODEC_AACENC_IS_H */