FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | GCE_DISPOSAL_NONE 0 |
#define | GCE_DISPOSAL_INPLACE 1 |
#define | GCE_DISPOSAL_BACKGROUND 2 |
#define | GCE_DISPOSAL_RESTORE 3 |
#define | GIF_TRAILER 0x3b |
#define | GIF_EXTENSION_INTRODUCER 0x21 |
#define | GIF_IMAGE_SEPARATOR 0x2c |
#define | GIF_GCE_EXT_LABEL 0xf9 |
#define | GIF_COM_EXT_LABEL 0xfe |
#define | GIF_APP_EXT_LABEL 0xff |
#define | NETSCAPE_EXT_STR "NETSCAPE2.0" |
Variables | |
static const uint8_t | gif87a_sig [6] = "GIF87a" |
static const uint8_t | gif89a_sig [6] = "GIF89a" |
GIF format definitions.
Definition in file gif.h.
|
static |
Definition at line 34 of file gif.h.
Referenced by gif_decode_frame(), gif_find_frame_end(), gif_probe(), gif_read_header1(), gif_read_packet(), and resync().
|
static |
Definition at line 35 of file gif.h.
Referenced by gif_decode_frame(), gif_find_frame_end(), gif_probe(), gif_read_header1(), gif_read_packet(), and resync().