Skip to content
Snippets Groups Projects
Commit 1e9a93bf authored by Omer Osman's avatar Omer Osman Committed by Martin Storsjö
Browse files

libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstream


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 CODEC_CAP_CHANNEL_CONF to the libfdk-aacdec AVCodec
struct.

Signed-off-by: default avatarOmer Osman <omer.osman@iis.fraunhofer.de>
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent a863c97e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment