|
Rockbox mail archiveSubject: Re: kugel: r23209 - in trunk/apps: . gui gui/skin_engine recorderRe: kugel: r23209 - in trunk/apps: . gui gui/skin_engine recorder
From: Magnus Holmgren <magnushol_at_gmail.com>
Date: Sat, 17 Oct 2009 10:14:19 +0200 mailer_at_svn.rockbox.org wrote: > Date: 2009-10-16 21:14:41 +0200 (Fri, 16 Oct 2009) > New Revision: 23209 > > Log Message: > Rework albumart buffering internally to allow for mutliple albumart sizes. <...> > --- trunk/apps/plugin.h 2009-10-16 19:14:37 UTC (rev 23208) > +++ trunk/apps/plugin.h 2009-10-16 19:14:41 UTC (rev 23209) > _at__at_ -789,7 +789,8 _at__at_ > > #if (CONFIG_CODEC == SWCODEC) > /* buffering API */ > - int (*bufopen)(const char *file, size_t offset, enum data_type type); > + int (*bufopen)(const char *file, size_t offset, enum data_type type, > + void *user_data); Doesn't that break backwards compatibility? I couldn't find any plugin using the buffering API when searching the code though... Magnus Received on 2009-10-17 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |