diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-11-11 20:24:23 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-11-11 20:24:23 +0000 |
commit | 5aea268d14b2973188589c89b275d8b248150446 (patch) | |
tree | ab2fca9255ac2087ffd0dbc809cd9bdb9b67231a /libavcodec/mpeg4audio.h | |
parent | f2b7ce8ae68f9d262ce102605532d3520e279a67 (diff) | |
download | ffmpeg-5aea268d14b2973188589c89b275d8b248150446.tar.gz |
Add a channels field to MPEG4AudioConfig.
Originally committed as revision 20512 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 5e3a1d39fb..c9eac18188 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -36,6 +36,7 @@ typedef struct { int ext_sampling_index; int ext_sample_rate; int ext_chan_config; + int channels; } MPEG4AudioConfig; extern const int ff_mpeg4audio_sample_rates[16]; |