From 8ba939d7020ba51267df612c14cd870d03f428fc Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 17 Aug 2009 00:15:02 +0000 Subject: Mark the AOT escape value as supported. Originally committed as revision 19662 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpeg4audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpeg4audio.h') diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 97c5c5a4f7..98cddad2b1 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -79,7 +79,7 @@ enum AudioObjectType { AOT_SSC, ///< N SinuSoidal Coding AOT_PS, ///< N Parametric Stereo AOT_SURROUND, ///< N MPEG Surround - AOT_ESCAPE, ///< N Escape Value + AOT_ESCAPE, ///< Y Escape Value AOT_L1, ///< Y Layer 1 AOT_L2, ///< Y Layer 2 AOT_L3, ///< Y Layer 3 -- cgit v1.2.3