diff aac.c @ 10622:2474aceea736 libavcodec

AAC: Add a global header but output not locked output configuration status.
author alexc
date Wed, 02 Dec 2009 09:12:05 +0000
parents 62b3faabb663
children 168ea860d58f
line wrap: on
line diff
--- a/aac.c	Wed Dec 02 09:07:32 2009 +0000
+++ b/aac.c	Wed Dec 02 09:12:05 2009 +0000
@@ -390,7 +390,7 @@
         if ((ret = set_default_channel_config(ac, new_che_pos, channel_config)))
             return ret;
     }
-    if ((ret = output_configure(ac, ac->che_pos, new_che_pos, channel_config, OC_LOCKED)))
+    if ((ret = output_configure(ac, ac->che_pos, new_che_pos, channel_config, OC_GLOBAL_HDR)))
         return ret;
 
     if (extension_flag) {