[Libav-user] ape decode fail

Diaz Soho soho123.2012 at gmail.com
Tue Feb 3 10:43:53 CET 2015


Hi all,
I use 0.8.16 for gstreamer ffmpeg plugin.
when I play ape monkey's audio , I get decode error from apedec.c
as my understand, the data for decode should 4 byte alignment,
but I do not understand the start address for the data that will be input
for decode.
in ape.c,
ape->frames[i].skip     = (ape->frames[i].pos - ape->frames[0].pos) & 3;

the value means offset in apedec.c
but I got some errors in some frame.
does any one have ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20150203/4a274701/attachment.html>


More information about the Libav-user mailing list