#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "lzw.h"
#include "put_bits.h"
Go to the source code of this file.
#define BITSTREAM_WRITER_LE |
Definition at line 51 of file gif.c.
Initial value:= {
.name = "gif",
},
}
static int gif_encode_close(AVCodecContext *avctx)
packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)
8 bit with PIX_FMT_RGB32 palette
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb)
packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)
static void close(AVCodecParserContext *s)
static int gif_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet)
packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb)
static av_cold int init(AVCodecParserContext *s)
static av_cold int gif_encode_init(AVCodecContext *avctx)
AVPixelFormat
Pixel format.
Definition at line 184 of file gif.c.