comparison 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
comparison
equal deleted inserted replaced
10621:62b3faabb663 10622:2474aceea736
107 */ 107 */
108 enum OCStatus { 108 enum OCStatus {
109 OC_NONE, //< Output unconfigured 109 OC_NONE, //< Output unconfigured
110 OC_TRIAL_PCE, //< Output configuration under trial specified by an inband PCE 110 OC_TRIAL_PCE, //< Output configuration under trial specified by an inband PCE
111 OC_TRIAL_FRAME, //< Output configuration under trial specified by a frame header 111 OC_TRIAL_FRAME, //< Output configuration under trial specified by a frame header
112 OC_GLOBAL_HDR, //< Output configuration set in a global header but not yet locked
112 OC_LOCKED, //< Output configuration locked in place 113 OC_LOCKED, //< Output configuration locked in place
113 }; 114 };
114 115
115 /** 116 /**
116 * Predictor State 117 * Predictor State