diff aac.h @ 9948:98fd723f72e7 libavcodec

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.
author alexc
date Fri, 10 Jul 2009 21:53:04 +0000
parents d09283aeeef8
children 38ab367d4231
line wrap: on
line diff
--- a/aac.h	Fri Jul 10 20:55:15 2009 +0000
+++ b/aac.h	Fri Jul 10 21:53:04 2009 +0000
@@ -274,6 +274,8 @@
     /** @} */
 
     DECLARE_ALIGNED(16, float, temp[128]);
+
+    int output_configured;
 } AACContext;
 
 #endif /* AVCODEC_AAC_H */