[libav-api] Problem decoding mp3 files

2014-12-05 Thread Florian Iragne
Hi, i made an audio decoder based on libav. It works well. I've come accross two mp3 files that can't be decoded by my decoder. It fails on avformat_find_stream_info with the message "operation not permitted" Avplay can't read the files properly: * for the first one, it ends immediately wi

Re: [libav-api] Problem decoding mp3 files

2014-12-05 Thread Luca Barbato
On 05/12/14 14:39, Florian Iragne wrote: Hi, i made an audio decoder based on libav. It works well. I've come accross two mp3 files that can't be decoded by my decoder. It fails on avformat_find_stream_info with the message "operation not permitted" Could you please provide the samples? lu