From 4d9b9c5e4637ac15205467f16fcac92a28e18f18 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 27 Mar 2020 22:37:23 +0100 Subject: lavc/aacdec_template: Only warn once about unusual 7.1 encoding. --- libavcodec/aac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac.h') 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 */ -- cgit v1.2.1