summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2009-11-05 17:32:32 +0000
committerJeffrey Goode <jeffg7@gmail.com>2009-11-05 17:32:32 +0000
commit013fe35992c2e735f6f93e51ca26fb6d61dd8c33 (patch)
tree38da6463deb82c7bd7b15c0fbe226c20dd74d809 /apps/codecs.h
parent070d515049fab343786b237bc92881f9a28ea688 (diff)
downloadrockbox-013fe35992c2e735f6f93e51ca26fb6d61dd8c33.tar.gz
rockbox-013fe35992c2e735f6f93e51ca26fb6d61dd8c33.zip
pcmbuf: better latency calculation, added debug code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23537 a1c6a512-1295-4272-9138-f99709370657
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. */