|
From: Rob R. <rre...@mo...> - 2006-12-06 16:33:40
|
On Wed, 2006-12-06 at 10:03 +0100, Linus Walleij wrote: > Robert, > > I added an API to get the props for representative samples for a certain > filetype. I also added a destruction function, and called properly from > albumart.c and thumb.c Can you check it? > > Linus Regarding the TODO sections for representative samples, doing the following seems to successfully set the height/width for sample images. set_object_u32(device, id, PTP_OPC_RepresentativeSampleHeight, sampledata->height); set_object_u32(device, id, PTP_OPC_RepresentativeSampleWidth, sampledata->width); Just need to work it into the API now... and figure out how to get the size to set. Rob |