owntone-server/src/artwork.h
Julien BLACHE 0eca9b4313 Add artwork handling routines
External artwork only, until ffmpeg supports embedded artwork.
2010-03-07 15:45:47 +01:00

12 lines
229 B
C

#ifndef __ARTWORK_H__
#define __ARTWORK_H__
int
artwork_get_item(int id, int max_w, int max_h, struct evbuffer *evbuf);
int
artwork_get_group(int id, int max_w, int max_h, struct evbuffer *evbuf);
#endif /* !__ARTWORK_H__ */