Mercurial > libavcodec.hg
comparison mpeg4audio.h @ 10518:d7ac0d3ddd95 libavcodec
Add a channels field to MPEG4AudioConfig.
author | alexc |
---|---|
date | Wed, 11 Nov 2009 20:24:23 +0000 |
parents | f59203839b77 |
children | 6a7840f3ed4e |
comparison
equal
deleted
inserted
replaced
10517:5317dff91b48 | 10518:d7ac0d3ddd95 |
---|---|
34 int sbr; //< -1 implicit, 1 presence | 34 int sbr; //< -1 implicit, 1 presence |
35 int ext_object_type; | 35 int ext_object_type; |
36 int ext_sampling_index; | 36 int ext_sampling_index; |
37 int ext_sample_rate; | 37 int ext_sample_rate; |
38 int ext_chan_config; | 38 int ext_chan_config; |
39 int channels; | |
39 } MPEG4AudioConfig; | 40 } MPEG4AudioConfig; |
40 | 41 |
41 extern const int ff_mpeg4audio_sample_rates[16]; | 42 extern const int ff_mpeg4audio_sample_rates[16]; |
42 extern const uint8_t ff_mpeg4audio_channels[8]; | 43 extern const uint8_t ff_mpeg4audio_channels[8]; |
43 /** | 44 /** |