summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-18 00:12:30 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-18 00:24:25 +0200
commit7b972d82b673c55ba0593ec1433af97f491154c4 (patch)
tree31f9e9eeea6cc4a70c79cb155664f6e1521d1c01 /libavcodec
parente065e8a4ea5c7e1302ac6dc1f9025a24ef202784 (diff)
downloadffmpeg-streaming-7b972d82b673c55ba0593ec1433af97f491154c4.zip
ffmpeg-streaming-7b972d82b673c55ba0593ec1433af97f491154c4.tar.gz
gif: reindent after previous commits.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/gif.c b/libavcodec/gif.c
index 52cf1c9..f373819 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -144,7 +144,7 @@ static int gif_image_write_image(AVCodecContext *avctx,
bytestream_put_le16(bytestream, height);
if (!palette) {
- bytestream_put_byte(bytestream, 0x00); /* flags */
+ bytestream_put_byte(bytestream, 0x00); /* flags */
} else {
unsigned i;
bytestream_put_byte(bytestream, 1<<7 | 0x7); /* flags */
OpenPOWER on IntegriCloud