| 
    FFmpeg
    
   | 
 
Data Fields | |
| AVClass * | class | 
| uint32_t | plays | 
| AVRational | last_delay | 
| uint64_t | acTL_offset | 
| uint32_t | frame_number | 
| AVPacket * | prev_packet | 
| AVRational | prev_delay | 
| int | framerate_warned | 
| uint8_t * | extra_data | 
| int | extra_data_size | 
| uint32_t APNGMuxContext::plays | 
Definition at line 37 of file apngenc.c.
Referenced by apng_write_trailer(), and flush_packet().
| AVRational APNGMuxContext::last_delay | 
Definition at line 38 of file apngenc.c.
Referenced by apng_write_header(), and flush_packet().
| uint64_t APNGMuxContext::acTL_offset | 
Definition at line 40 of file apngenc.c.
Referenced by apng_write_trailer(), and flush_packet().
| uint32_t APNGMuxContext::frame_number | 
Definition at line 41 of file apngenc.c.
Referenced by apng_write_trailer(), and flush_packet().
| AVPacket* APNGMuxContext::prev_packet | 
Definition at line 43 of file apngenc.c.
Referenced by apng_write_packet(), apng_write_trailer(), and flush_packet().
| AVRational APNGMuxContext::prev_delay | 
Definition at line 44 of file apngenc.c.
Referenced by flush_packet().
| int APNGMuxContext::framerate_warned | 
Definition at line 46 of file apngenc.c.
Referenced by flush_packet().
| uint8_t* APNGMuxContext::extra_data | 
Definition at line 48 of file apngenc.c.
Referenced by apng_write_header(), apng_write_trailer(), and flush_packet().
| int APNGMuxContext::extra_data_size | 
Definition at line 49 of file apngenc.c.
Referenced by apng_write_header(), and flush_packet().
 1.8.6