Add support for PS sync extensions.

Originally committed as revision 22818 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Converse 2010-04-08 06:04:41 +00:00
parent 37216b99e0
commit d14662f66a
2 changed files with 6 additions and 0 deletions

View file

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