Add artwork handling routines

External artwork only, until ffmpeg supports embedded artwork.
This commit is contained in:
Julien BLACHE
2010-03-07 11:07:09 +01:00
parent 2a16bfdc6c
commit 0eca9b4313
3 changed files with 672 additions and 0 deletions

11
src/artwork.h Normal file
View File

@@ -0,0 +1,11 @@
#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__ */