summaryrefslogtreecommitdiff
path: root/apps/codecs/flac.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/flac.c')
-rw-r--r--apps/codecs/flac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/flac.c b/apps/codecs/flac.c
index b9a3a8a249..dfde12cabc 100644
--- a/apps/codecs/flac.c
+++ b/apps/codecs/flac.c
@@ -40,6 +40,8 @@ static bool flac_init(FLACContext* fc)
40 int endofmetadata=0; 40 int endofmetadata=0;
41 int blocklength; 41 int blocklength;
42 42
43 ci->memset(fc,0,sizeof(FLACContext));
44
43 if (ci->read_filebuf(buf, 4) < 4) 45 if (ci->read_filebuf(buf, 4) < 4)
44 { 46 {
45 return false; 47 return false;