mirror of https://git.ffmpeg.org/ffmpeg.git
gif: reindent after previous commits.
This commit is contained in:
parent
e065e8a4ea
commit
7b972d82b6
|
@ -63,7 +63,6 @@ static int gif_image_write_header(AVIOContext *pb, int width, int height,
|
|||
avio_wl16(pb, height);
|
||||
|
||||
if (palette) {
|
||||
/* TODO: reindent */
|
||||
avio_w8(pb, 0xf7); /* flags: global clut, 256 entries */
|
||||
avio_w8(pb, 0x1f); /* background color index */
|
||||
avio_w8(pb, 0); /* aspect ratio */
|
||||
|
|
Loading…
Reference in New Issue