#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "lzw.h"
Go to the source code of this file.
Macro Definition Documentation
#define GCE_DISPOSAL_BACKGROUND 2 |
#define GCE_DISPOSAL_INPLACE 1 |
#define GCE_DISPOSAL_NONE 0 |
#define GCE_DISPOSAL_RESTORE 3 |
Typedef Documentation
Function Documentation
static int gif_parse_next_image |
( |
GifState * |
s | ) |
|
|
static |
static int gif_read_extension |
( |
GifState * |
s | ) |
|
|
static |
static int gif_read_header1 |
( |
GifState * |
s | ) |
|
|
static |
static int gif_read_image |
( |
GifState * |
s | ) |
|
|
static |
Variable Documentation
Initial value: {
.name = "gif",
.capabilities = CODEC_CAP_DR1,
}
Definition at line 333 of file gifdec.c.
const uint8_t gif87a_sig[6] = "GIF87a" |
|
static |
const uint8_t gif89a_sig[6] = "GIF89a" |
|
static |