Add a channels field to MPEG4AudioConfig.

Originally committed as revision 20512 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Converse 2009-11-11 20:24:23 +00:00
parent f2b7ce8ae6
commit 5aea268d14
5 changed files with 7 additions and 8 deletions

View file

@ -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];