diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-04-08 06:04:41 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-04-08 06:04:41 +0000 |
commit | d14662f66a4a9cfd1eadfa3b88e0be93e67d6524 (patch) | |
tree | 5dea147c2a6299e47ba1c7a1c878af3acb89aa82 /libavcodec/mpeg4audio.h | |
parent | 37216b99e090a88d98be57a8aab14a8316b96a71 (diff) | |
download | ffmpeg-d14662f66a4a9cfd1eadfa3b88e0be93e67d6524.tar.gz |
Add support for PS sync extensions.
Originally committed as revision 22818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4audio.h')
-rw-r--r-- | libavcodec/mpeg4audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4audio.h b/libavcodec/mpeg4audio.h index 69b1b732a2..b94185079d 100644 --- a/libavcodec/mpeg4audio.h +++ b/libavcodec/mpeg4audio.h @@ -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]; |