Commit a18e6128 authored by alexc's avatar alexc

Mark AOT_ALS as a supported MPEG-4 audio object type.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2b3f3f8c
...@@ -85,7 +85,7 @@ enum AudioObjectType { ...@@ -85,7 +85,7 @@ enum AudioObjectType {
AOT_L2, ///< Y Layer 2 AOT_L2, ///< Y Layer 2
AOT_L3, ///< Y Layer 3 AOT_L3, ///< Y Layer 3
AOT_DST, ///< N Direct Stream Transfer AOT_DST, ///< N Direct Stream Transfer
AOT_ALS, ///< N Audio LosslesS AOT_ALS, ///< Y Audio LosslesS
AOT_SLS, ///< N Scalable LosslesS AOT_SLS, ///< N Scalable LosslesS
AOT_SLS_NON_CORE, ///< N Scalable LosslesS (non core) AOT_SLS_NON_CORE, ///< N Scalable LosslesS (non core)
AOT_ER_AAC_ELD, ///< N Error Resilient Enhanced Low Delay AOT_ER_AAC_ELD, ///< N Error Resilient Enhanced Low Delay
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment