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 b61c3c0c94..39a8457666 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -123,7 +123,7 @@ struct codec_api {
123 automatically. */ 123 automatically. */
124 bool (*pcmbuf_insert)(const void *ch1, const void *ch2, int count); 124 bool (*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 int value); 126 void (*set_elapsed)(unsigned long value);
127 127
128 /* Read next <size> amount bytes from file buffer to <ptr>. 128 /* Read next <size> amount bytes from file buffer to <ptr>.
129 Will return number of bytes read or 0 if end of file. */ 129 Will return number of bytes read or 0 if end of file. */