Read extended channel configuration when extended AOT is BSAC.
Originally committed as revision 18644 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0cfa85dd9f
commit
3d10a8904d
2 changed files with 3 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue