diff mpeg4audio.h @ 11588:480a999ce2c4 libavcodec

Add support for PS sync extensions.
author alexc
date Thu, 08 Apr 2010 06:04:41 +0000
parents e340262ba532
children
line wrap: on
line diff
--- a/mpeg4audio.h	Thu Apr 08 06:04:37 2010 +0000
+++ b/mpeg4audio.h	Thu Apr 08 06:04:41 2010 +0000
@@ -37,6 +37,7 @@
     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];