Commit 7b972d82 authored by Clément Bœsch's avatar Clément Bœsch

gif: reindent after previous commits.

parent e065e8a4
......@@ -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 */
......
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