diff options
author | Jai Menon <jmenon86@gmail.com> | 2009-04-21 17:52:52 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2009-04-21 17:52:52 +0000 |
commit | 3d10a8904d638b10036228f439755e79a15e02d4 (patch) | |
tree | f53bd5b86254771313dc6edfb4ba894879a6f9b9 /libavcodec/mpeg4audio.h | |
parent | 0cfa85dd9fed78b1737bd7307bd6ab92b838f277 (diff) | |
download | ffmpeg-3d10a8904d638b10036228f439755e79a15e02d4.tar.gz |
Read extended channel configuration when extended AOT is BSAC.
Originally committed as revision 18644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4audio.h')
-rw-r--r-- | libavcodec/mpeg4audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 70076e7e81..b149362f0e 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -33,6 +33,7 @@ typedef struct { 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]; |