summaryrefslogtreecommitdiff
path: root/apps/codecs/wma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wma.c')
-rw-r--r--apps/codecs/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c
index 8986531744..361fee6175 100644
--- a/apps/codecs/wma.c
+++ b/apps/codecs/wma.c
@@ -46,7 +46,7 @@ enum codec_status codec_run(void)
46 asf_waveformatex_t wfx; 46 asf_waveformatex_t wfx;
47 size_t resume_offset; 47 size_t resume_offset;
48 int i; 48 int i;
49 int wmares; 49 int wmares = 0;
50 int res = 0; 50 int res = 0;
51 uint8_t* audiobuf; 51 uint8_t* audiobuf;
52 int audiobufsize; 52 int audiobufsize;