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.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to