Hi On Tue. Nov 11, 2008 Ronald S. Bultje wrote: > You'd normally parse a raw AAC stream or get these kind of values from > the MP4 container, I'm talking about things such as bitrate, > samplerate, bits_per_sample, that kind of stuff in the AVCodecContext, > before calling avcodec_open(). Look at the _open() function in > aacdec.c to see what values need to be filled in exactly. The old > decoder (libfaad) did these checks during the decode() runs, from what > I remember. > > Why? AAC decoder doesn't support ADTS or ADIF header? I used FAAD library directly and FAAD doesn't require any additinal information from AAC bitstream with ADTS header.
Anatoliy _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
