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?
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to