]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacenc_is.h
avcodec: remove duplicate AVCodecIDs
[ffmpeg] / libavcodec / aacenc_is.h
index e35f0aa695241f5b387e41a94192c525d13f237a..31bbacac5800460ceb8279a132d771d44f97d1d7 100644 (file)
@@ -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 */