You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
gif: reindent after previous commits.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user