Commit 0f12d79a authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avformat/movenchint: Simplify writing padding

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent bb982129
......@@ -260,8 +260,7 @@ static void output_immediate(const uint8_t *data, int size,
data += len;
size -= len;
for (; len < 14; len++)
avio_w8(out, 0);
ffio_fill(out, 0, 14 - len);
(*entries)++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment