Add support for PS sync extensions.
Originally committed as revision 22818 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
37216b99e0
commit
d14662f66a
2 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ typedef struct {
|
|||
int ext_sample_rate;
|
||||
int ext_chan_config;
|
||||
int channels;
|
||||
int ps; //< -1 implicit, 1 presence
|
||||
} MPEG4AudioConfig;
|
||||
|
||||
extern const int ff_mpeg4audio_sample_rates[16];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue