summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-30 16:25:34 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-30 16:25:34 +0200
commit37b0ce345c9a7fbc383ef69df4e8600e37216ea0 (patch)
tree4f5543cfacd23792ffda8d5967ea025a48f3fc48 /playlist.h
parent17953a07524b17d98ad881efdb307fd8a81588ee (diff)
added reading of cuesheets from flac vorbiscomments
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index 1d007aa2..1c57de16 100644
--- a/playlist.h
+++ b/playlist.h
@@ -18,6 +18,8 @@
#ifndef __PLAYLIST_H
#define __PLAYLIST_H
+#include <stdint.h>
+
typedef struct metaInfo_s {
const char *key;
char *value;
@@ -100,6 +102,9 @@ int
pl_get_idx_of (playItem_t *it);
playItem_t *
+pl_insert_cue_from_buffer (playItem_t *after, const char *fname, const uint8_t *buffer, int buffersize, struct DB_decoder_s *decoder, const char *ftype);
+
+playItem_t *
pl_insert_cue (playItem_t *after, const char *cuename, struct DB_decoder_s *decoder, const char *ftype);
int