Hello libav users,
I have recently started using the libav api for decoding audio files. For playing them I used the ao api. It just woked fine.
After updating to the newest version I got some warning for deprecated functions namely: avcodec_decode_audio4().
After checking the web, I tried to update my code using avcodec_send_packet() and avcodec_receive_frame().
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.
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.
Is this true or is something wrong in my code?
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
