summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index 39a8457666..f4e75dfdc3 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -121,7 +121,7 @@ struct codec_api {
121 void* (*codec_get_buffer)(size_t *size); 121 void* (*codec_get_buffer)(size_t *size);
122 /* Insert PCM data into audio buffer for playback. Playback will start 122 /* Insert PCM data into audio buffer for playback. Playback will start
123 automatically. */ 123 automatically. */
124 bool (*pcmbuf_insert)(const void *ch1, const void *ch2, int count); 124 void (*pcmbuf_insert)(const void *ch1, const void *ch2, int count);
125 /* Set song position in WPS (value in ms). */ 125 /* Set song position in WPS (value in ms). */
126 void (*set_elapsed)(unsigned long value); 126 void (*set_elapsed)(unsigned long value);
127 127