FFmpeg
Loading...
Searching...
No Matches
apng.h File Reference

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 }
 

Detailed Description

APNG common header.

Definition in file apng.h.

Macro Definition Documentation

◆ APNG_FCTL_CHUNK_SIZE

#define APNG_FCTL_CHUNK_SIZE   26

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
APNG_DISPOSE_OP_NONE 
APNG_DISPOSE_OP_BACKGROUND 
APNG_DISPOSE_OP_PREVIOUS 

Definition at line 30 of file apng.h.

◆ anonymous enum

anonymous enum
Enumerator
APNG_BLEND_OP_SOURCE 
APNG_BLEND_OP_OVER 

Definition at line 36 of file apng.h.