Hi all,<br><br>I have an mp3 file for which lastFrameOffset returns -1, even though it does contain valid mp3 frames.&nbsp; However, mp3info is reporting that the file contains 1 bad frame (not sure what it considers a bad frame), so I&#39;m guessing that that is the problem (cause lastFrameOffset is returning -1 for all the files mp3info says have a bad frame).<br>
<br>Now my question is, shouldn&#39;t lastFrameOffset always in the worst case return what firstFrameOffset returns (i.e. the first valid frame in the file or -1 if no frames are present)?&nbsp; Is this the expected behaviour or am I missing something?<br>