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
This commit is contained in:
Alex Converse
2009-07-10 21:53:04 +00:00
parent c8ec2f1cb8
commit 6308765cb5
2 changed files with 16 additions and 7 deletions

View File

@ -274,6 +274,8 @@ typedef struct {
/** @} */
DECLARE_ALIGNED(16, float, temp[128]);
int output_configured;
} AACContext;
#endif /* AVCODEC_AAC_H */