[libav-devel] [PATCH] libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstream

2014-07-07 Thread Omer Osman
For implicit signaling cases (as possible for Spectral Band Replication and Parametric Stereo Tools), the decoder must decode the first frame to correctly identify the stream configuration (as called from avformat_find_stream_info). The mechanism for this is built-in and only requires adding

Re: [libav-devel] [PATCH] libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstream

2014-07-07 Thread Luca Barbato
On 07/07/14 10:28, Omer Osman wrote: For implicit signaling cases (as possible for Spectral Band Replication and Parametric Stereo Tools), the decoder must decode the first frame to correctly identify the stream configuration (as called from avformat_find_stream_info). The mechanism for this

Re: [libav-devel] [PATCH] libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstream

2014-07-07 Thread Martin Storsjö
On Mon, 7 Jul 2014, Omer Osman wrote: For implicit signaling cases (as possible for Spectral Band Replication and Parametric Stereo Tools), the decoder must decode the first frame to correctly identify the stream configuration (as called from avformat_find_stream_info). The mechanism for this