You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
avformat/movenchint: Simplify writing padding
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -260,8 +260,7 @@ static void output_immediate(const uint8_t *data, int size,
|
|||||||
data += len;
|
data += len;
|
||||||
size -= len;
|
size -= len;
|
||||||
|
|
||||||
for (; len < 14; len++)
|
ffio_fill(out, 0, 14 - len);
|
||||||
avio_w8(out, 0);
|
|
||||||
|
|
||||||
(*entries)++;
|
(*entries)++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user