FFmpeg
|
Data Fields | |
int64_t | pos |
int | nblocks |
int | size |
int | skip |
int64_t | pts |
int64_t APEFrame::pos |
Definition at line 44 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
int APEFrame::nblocks |
Definition at line 45 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
int APEFrame::size |
Definition at line 46 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
int APEFrame::skip |
Definition at line 47 of file ape.c.
Referenced by ape_read_header(), and ape_read_packet().
int64_t APEFrame::pts |
Definition at line 48 of file ape.c.
Referenced by ape_read_header(), and ape_read_packet().