|
FFmpeg
|
APNG common header. More...
Go to the source code of this file.
Macros | |
| #define | APNG_FCTL_CHUNK_SIZE 26 |
Enumerations | |
| enum | { APNG_DISPOSE_OP_NONE = 0 , APNG_DISPOSE_OP_BACKGROUND = 1 , APNG_DISPOSE_OP_PREVIOUS = 2 } |
| enum | { APNG_BLEND_OP_SOURCE = 0 , APNG_BLEND_OP_OVER = 1 } |
APNG common header.
Definition in file apng.h.
| #define APNG_FCTL_CHUNK_SIZE 26 |
Definition at line 42 of file apng.h.
Referenced by apng_read_header(), apng_read_packet(), decode_fctl_chunk(), encode_apng(), and flush_packet().
| anonymous enum |