FFmpeg
|
Data Fields | |
const AVClass * | class |
int | max_fps |
int | default_fps |
int64_t | pkt_pts |
int | pkt_duration |
int | is_key_frame |
int | ignore_loop |
uint32_t | num_frames |
uint32_t | num_play |
uint32_t | cur_loop |
int APNGDemuxContext::max_fps |
Definition at line 44 of file apngdec.c.
Referenced by decode_fctl_chunk().
int APNGDemuxContext::default_fps |
Definition at line 45 of file apngdec.c.
Referenced by decode_fctl_chunk().
int64_t APNGDemuxContext::pkt_pts |
Definition at line 47 of file apngdec.c.
Referenced by apng_read_packet().
int APNGDemuxContext::pkt_duration |
Definition at line 48 of file apngdec.c.
Referenced by apng_read_packet(), and decode_fctl_chunk().
int APNGDemuxContext::is_key_frame |
Definition at line 50 of file apngdec.c.
Referenced by apng_read_packet(), and decode_fctl_chunk().
int APNGDemuxContext::ignore_loop |
Definition at line 55 of file apngdec.c.
Referenced by apng_read_packet().
uint32_t APNGDemuxContext::num_frames |
Definition at line 56 of file apngdec.c.
Referenced by apng_read_header().
uint32_t APNGDemuxContext::num_play |
Definition at line 57 of file apngdec.c.
Referenced by apng_read_header(), and apng_read_packet().
uint32_t APNGDemuxContext::cur_loop |
Definition at line 58 of file apngdec.c.
Referenced by apng_read_packet().