summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index e322d758e1..c373bdb8ba 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -143,6 +143,7 @@ struct codec_api {
143 /* Insert PCM data into audio buffer for playback. Playback will start 143 /* Insert PCM data into audio buffer for playback. Playback will start
144 automatically. */ 144 automatically. */
145 bool (*audiobuffer_insert)(char *data, size_t length); 145 bool (*audiobuffer_insert)(char *data, size_t length);
146 bool (*audiobuffer_insert_split)(void *ch1, void *ch2, size_t length);
146 /* Set song position in WPS (value in ms). */ 147 /* Set song position in WPS (value in ms). */
147 void (*set_elapsed)(unsigned int value); 148 void (*set_elapsed)(unsigned int value);
148 149