|
|
Rockbox mail archiveSubject: Re: linus: apps/codecs mpa.c,1.21,1.22Re: linus: apps/codecs mpa.c,1.21,1.22
From: Magnus Holmgren <lear_at_algonet.se>
Date: 2005-08-23
cvs@labb.contactor.se wrote:
> Modified Files:
Huh? What about the following playback.c:mp3_get_file_pos?
else if (pos < (int)id3->first_frame_offset)
But it does mean something in mpa.c should be changed though. The following:
if (newpos == 0)
should probably read:
if (newpos <= ci->id3->first_frame_offset)
Magnus
Page was last modified "Jan 10 2012" The Rockbox Crew |