From 6308765cb554f7bbc675376915f38d9c8e0706ab Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Fri, 10 Jul 2009 21:53:04 +0000 Subject: Ignore subsequent channel configurations after the first in an AAC file. The current code doesn't handle them properly, and they are a dubious construction at best. Originally committed as revision 19399 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/aac.h') diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 1d24a59667..cd295499ed 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -274,6 +274,8 @@ typedef struct { /** @} */ DECLARE_ALIGNED(16, float, temp[128]); + + int output_configured; } AACContext; #endif /* AVCODEC_AAC_H */ -- cgit v1.2.1