diff aac.h @ 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 74e51b86b934
children 9ad6c1c4455c
line wrap: on
line diff
--- a/aac.h	Wed Dec 02 09:07:32 2009 +0000
+++ b/aac.h	Wed Dec 02 09:12:05 2009 +0000
@@ -109,6 +109,7 @@
     OC_NONE,        //< Output unconfigured
     OC_TRIAL_PCE,   //< Output configuration under trial specified by an inband PCE
     OC_TRIAL_FRAME, //< Output configuration under trial specified by a frame header
+    OC_GLOBAL_HDR,  //< Output configuration set in a global header but not yet locked
     OC_LOCKED,      //< Output configuration locked in place
 };