Mercurial > libavcodec.hg
changeset 11119:134644e36859 libavcodec
Output the first AAC frame. This is needed for SBR conformance.
author | alexc |
---|---|
date | Wed, 10 Feb 2010 14:51:57 +0000 |
parents | 001eb7e3e2d3 |
children | b622564e2d60 |
files | aac.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/aac.c Wed Feb 10 02:02:06 2010 +0000 +++ b/aac.c Wed Feb 10 14:51:57 2010 +0000 @@ -2008,12 +2008,6 @@ spectral_to_sample(ac); - if (!ac->is_saved) { - ac->is_saved = 1; - *data_size = 0; - return buf_size; - } - data_size_tmp = 1024 * avccontext->channels * sizeof(int16_t); if (*data_size < data_size_tmp) { av_log(avccontext, AV_LOG_ERROR,