summaryrefslogtreecommitdiff
path: root/apps/metadata/mp4.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/mp4.c')
-rw-r--r--apps/metadata/mp4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/metadata/mp4.c b/apps/metadata/mp4.c
index 2c5faa5a59..706e621234 100644
--- a/apps/metadata/mp4.c
+++ b/apps/metadata/mp4.c
@@ -544,8 +544,8 @@ static bool read_mp4_tags(int fd, struct mp3entry* id3,
544static bool read_mp4_container(int fd, struct mp3entry* id3, 544static bool read_mp4_container(int fd, struct mp3entry* id3,
545 uint32_t size_left) 545 uint32_t size_left)
546{ 546{
547 uint32_t size; 547 uint32_t size = 0;
548 uint32_t type; 548 uint32_t type = 0;
549 uint32_t handler = 0; 549 uint32_t handler = 0;
550 bool rc = true; 550 bool rc = true;
551 bool done = false; 551 bool done = false;