<div dir="ltr">Hi all, <div>I use 0.8.16 for gstreamer ffmpeg plugin.</div><div>when I play ape monkey's audio , I get decode error from apedec.c</div><div>as my understand, the data for decode should 4 byte alignment, </div><div>but I do not understand the start address for the data that will be input for decode.</div><div>in ape.c, </div><div><span style="color:rgb(0,0,0);font-family:Consolas,'Lucida Console',monospace;font-size:12.8000001907349px;background-color:rgb(240,247,255)">ape->frames[i].skip</span><span style="color:rgb(0,0,0);font-family:Consolas,'Lucida Console',monospace;font-size:12.8000001907349px;background-color:rgb(240,247,255)">  </span><span style="color:rgb(0,0,0);font-family:Consolas,'Lucida Console',monospace;font-size:12.8000001907349px;background-color:rgb(240,247,255)">  </span><span style="color:rgb(0,0,0);font-family:Consolas,'Lucida Console',monospace;font-size:12.8000001907349px;background-color:rgb(240,247,255)"> = (ape->frames[i].pos - ape->frames[0].pos) & 3;</span><br></div><div><br></div><div style><font color="#000000" face="Consolas, Lucida Console, monospace"><span style="font-size:12.8000001907349px;background-color:rgb(240,247,255)">the value means offset in apedec.c</span></font></div><div style><font color="#000000" face="Consolas, Lucida Console, monospace"><span style="font-size:12.8000001907349px;background-color:rgb(240,247,255)">but I got some errors in some frame. </span></font></div><div style><font color="#000000" face="Consolas, Lucida Console, monospace"><span style="font-size:12.8000001907349px;background-color:rgb(240,247,255)">does any one have ideas?</span></font></div><div style><font color="#000000" face="Consolas, Lucida Console, monospace"><span style="font-size:12.8000001907349px;background-color:rgb(240,247,255)"><br></span></font></div></div>