mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
aacdec: Implement LTP support.
Ported from gsoc svn.
This commit is contained in:
committed by
Alex Converse
parent
77c330a046
commit
ead15f1dc1
@@ -57,7 +57,7 @@ enum AudioObjectType {
|
||||
AOT_AAC_MAIN, ///< Y Main
|
||||
AOT_AAC_LC, ///< Y Low Complexity
|
||||
AOT_AAC_SSR, ///< N (code in SoC repo) Scalable Sample Rate
|
||||
AOT_AAC_LTP, ///< N (code in SoC repo) Long Term Prediction
|
||||
AOT_AAC_LTP, ///< Y Long Term Prediction
|
||||
AOT_SBR, ///< Y Spectral Band Replication
|
||||
AOT_AAC_SCALABLE, ///< N Scalable
|
||||
AOT_TWINVQ, ///< N Twin Vector Quantizer
|
||||
|
||||
Reference in New Issue
Block a user