summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-03-27 22:37:23 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-04-04 23:56:51 +0200
commit4d9b9c5e4637ac15205467f16fcac92a28e18f18 (patch)
tree2e4e0940b76363621e337d247e677e5397d88ee4 /libavcodec/aac.h
parent84abd1012cca766bf3b82b527880cf4ec2475cda (diff)
lavc/aacdec_template: Only warn once about unusual 7.1 encoding.
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index c2b9c980cb..d422ea5b13 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -356,7 +356,7 @@ struct AACContext {
OutputConfiguration oc[2];
int warned_num_aac_frames;
int warned_960_sbr;
-
+ unsigned warned_71_wide;
int warned_gain_control;
/* aacdec functions pointers */