summaryrefslogtreecommitdiff
path: root/apps/codecs/a52.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/a52.c')
-rw-r--r--apps/codecs/a52.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/a52.c b/apps/codecs/a52.c
index 641e2d05da..cb6e66dd05 100644
--- a/apps/codecs/a52.c
+++ b/apps/codecs/a52.c
@@ -148,6 +148,8 @@ enum codec_status codec_run(void)
148 /* Intialise the A52 decoder and check for success */ 148 /* Intialise the A52 decoder and check for success */
149 state = a52_init(0); 149 state = a52_init(0);
150 150
151 samplesdone = 0;
152
151 /* The main decoding loop */ 153 /* The main decoding loop */
152 if (ci->id3->offset) { 154 if (ci->id3->offset) {
153 if (ci->seek_buffer(ci->id3->offset)) { 155 if (ci->seek_buffer(ci->id3->offset)) {