gif: reindent after previous commits.

This commit is contained in:
Clément Bœsch 2013-04-18 00:12:30 +02:00
parent e065e8a4ea
commit 7b972d82b6
2 changed files with 4 additions and 5 deletions

View File

@ -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 */