Add a channels field to MPEG4AudioConfig.
Originally committed as revision 20512 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f2b7ce8ae6
commit
5aea268d14
5 changed files with 7 additions and 8 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue