summaryrefslogtreecommitdiff
path: root/apps/codecs/shorten.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/shorten.c')
-rw-r--r--apps/codecs/shorten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/shorten.c b/apps/codecs/shorten.c
index 6053742562..2cfb4c9e3a 100644
--- a/apps/codecs/shorten.c
+++ b/apps/codecs/shorten.c
@@ -49,7 +49,7 @@ enum codec_status codec_start(struct codec_api* api)
49 uint32_t elapsedtime; 49 uint32_t elapsedtime;
50 int8_t *buf; 50 int8_t *buf;
51 int consumed, res, nsamples; 51 int consumed, res, nsamples;
52 long bytesleft; 52 size_t bytesleft;
53 53
54 /* Generic codec initialisation */ 54 /* Generic codec initialisation */
55 rb = api; 55 rb = api;