[FFmpeg-devel] new AAC decoder implementation

Anatoliy nenashev_as
Mon Nov 10 18:12:44 CET 2008


Hi everyone!
I'm trying to use new AAC decoder from FFmpeg (rev. 15797).
Using just few lines of code:

av_register_all();
AVCodec* codec = avcodec_find_decoder(CODEC_ID_AAC); //successfully!!!
AVCodecContext *c = avcodec_alloc_context();
int err = avcodec_open(c, codec); //get error :-(

Whats wrong with this code? Or may be AAC decoder not fully implemented 
right now?

Anatoliy.




More information about the ffmpeg-devel mailing list