]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg4audio.h
Extradata length checks for Huffyuv.
[ffmpeg] / libavcodec / mpeg4audio.h
index 59e8f1135b250906eec482fe6694f3c38aaf5d90..b94185079d5051a69423c07a51617543500c71a3 100644 (file)
@@ -37,6 +37,7 @@ typedef struct {
     int ext_sample_rate;
     int ext_chan_config;
     int channels;
+    int ps;  //< -1 implicit, 1 presence
 } MPEG4AudioConfig;
 
 extern const int ff_mpeg4audio_sample_rates[16];
@@ -57,7 +58,7 @@ enum AudioObjectType {
     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_SBR,                   ///< N (in progress)         Spectral Band Replication
+    AOT_SBR,                   ///< Y                       Spectral Band Replication
     AOT_AAC_SCALABLE,          ///< N                       Scalable
     AOT_TWINVQ,                ///< N                       Twin Vector Quantizer
     AOT_CELP,                  ///< N                       Code Excited Linear Prediction