summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/playback.h b/apps/playback.h
index 27e27ff240..475e2fb662 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -29,6 +29,7 @@
29#ifdef HAVE_ALBUMART 29#ifdef HAVE_ALBUMART
30 30
31#include "bmp.h" 31#include "bmp.h"
32#include "metadata.h"
32/* 33/*
33 * Returns the handle id of the buffered albumart for the given slot id 34 * Returns the handle id of the buffered albumart for the given slot id
34 **/ 35 **/
@@ -50,6 +51,12 @@ int playback_claim_aa_slot(struct dim *dim);
50 * 51 *
51 * Save to call from other threads */ 52 * Save to call from other threads */
52void playback_release_aa_slot(int slot); 53void playback_release_aa_slot(int slot);
54
55struct bufopen_bitmap_data {
56 struct dim *dim;
57 struct mp3_albumart *embedded_albumart;
58};
59
53#endif 60#endif
54 61
55/* Functions */ 62/* Functions */