From 4fab6627697100ccc3135a13f4d0eb483cbe3227 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Wed, 2 Dec 2009 09:12:05 +0000 Subject: AAC: Add a global header but output not locked output configuration status. Originally committed as revision 20701 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/aac.h') diff --git a/libavcodec/aac.h b/libavcodec/aac.h index bcfa9c7ee5..3472a6163d 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -109,6 +109,7 @@ enum OCStatus { 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 }; -- cgit v1.2.3