From 4080ab21e68f794d16214b0cc538c050fb8296d1 Mon Sep 17 00:00:00 2001 From: nu774 Date: Fri, 12 Jun 2015 21:07:59 +0900 Subject: [PATCH] remove an unused variable decl --- src/m4af.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/m4af.c b/src/m4af.c index 45c2f7a..7f3b180 100644 --- a/src/m4af.c +++ b/src/m4af.c @@ -1382,7 +1382,6 @@ uint64_t m4af_patch_moov(m4af_ctx_t *ctx, uint32_t moov_size, uint32_t offset) static void m4af_shift_mdat_pos(m4af_ctx_t *ctx, uint32_t offset) { - unsigned i, j; int64_t begin, end; char *buf;