mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Add artwork handling routines
External artwork only, until ffmpeg supports embedded artwork.
This commit is contained in:
11
src/artwork.h
Normal file
11
src/artwork.h
Normal 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__ */
|
||||
Reference in New Issue
Block a user