<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello libav users,</div>

<div> </div>

<div>I have recently started using the libav api for decoding audio files. For playing them I used the ao api. It just woked fine.</div>

<div>After updating to the newest version I got some warning for deprecated functions namely: avcodec_decode_audio4().</div>

<div> </div>

<div>After checking the web, I tried to update my code using avcodec_send_packet() and avcodec_receive_frame().</div>

<div>But however it isnt working. Sometimes I got a failure called: could not update timestamps and somtimes it seems as if no frames are received.</div>

<div> </div>

<div>I found a short mail (https://ffmpeg.org/pipermail/ffmpeg-devel/2016-March/190525.html) in which it seems to say the new api is not working yet.</div>

<div> </div>

<div>Is this true or is something wrong in my code?</div></div></body></html>