FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "lzw.h"
#include "put_bits.h"
Go to the source code of this file.
Data Structures | |
struct | GIFContext |
Macros | |
#define | BITSTREAM_WRITER_LE |
Functions | |
static int | gif_image_write_header (AVCodecContext *avctx, uint8_t **bytestream, uint32_t *palette) |
static int | gif_image_write_image (AVCodecContext *avctx, uint8_t **bytestream, uint8_t *end, const uint8_t *buf, int linesize) |
static av_cold int | gif_encode_init (AVCodecContext *avctx) |
static int | gif_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) |
static int | gif_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_gif_encoder |
|
static |
Definition at line 55 of file gif.c.
Referenced by gif_encode_frame().
|
static |
Definition at line 93 of file gif.c.
Referenced by gif_encode_frame().
|
static |
|
static |
|
static |
AVCodec ff_gif_encoder |