diff mpeg4audio.h @ 9527:b687da895962 libavcodec

Read extended channel configuration when extended AOT is BSAC.
author jai_menon
date Tue, 21 Apr 2009 17:52:52 +0000
parents f7fda987b769
children 8e95c7402d1a
line wrap: on
line diff
--- a/mpeg4audio.h	Tue Apr 21 17:37:03 2009 +0000
+++ b/mpeg4audio.h	Tue Apr 21 17:52:52 2009 +0000
@@ -33,6 +33,7 @@
     int ext_object_type;
     int ext_sampling_index;
     int ext_sample_rate;
+    int ext_chan_config;
 } MPEG4AudioConfig;
 
 extern const int ff_mpeg4audio_sample_rates[16];