FFmpeg
|
Data Fields | |
uint32_t | magic |
uint32_t | width |
uint32_t | height |
uint32_t | frames |
int | pts_inc |
uint32_t | flags |
uint32_t | audio [7] |
uint32_t | treesize |
uint32_t | mmap_size |
uint32_t | mclr_size |
uint32_t | full_size |
uint32_t | type_size |
uint8_t | aflags [7] |
uint32_t | rates [7] |
uint32_t | pad |
uint32_t * | frm_size |
uint8_t * | frm_flags |
int | cur_frame |
int | is_ver4 |
int64_t | cur_pts |
uint8_t | pal [768] |
int | indexes [7] |
int | videoindex |
uint8_t * | bufs [7] |
int | buf_sizes [7] |
int | stream_id [7] |
int | curstream |
int64_t | nextpos |
int64_t | aud_pts [7] |
uint32_t SmackerContext::magic |
Definition at line 47 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::width |
Definition at line 48 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::height |
Definition at line 48 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::frames |
Definition at line 49 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
int SmackerContext::pts_inc |
Definition at line 50 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::flags |
Definition at line 51 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::audio[7] |
Definition at line 52 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::treesize |
Definition at line 53 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::mmap_size |
Definition at line 54 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::mclr_size |
Definition at line 54 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::full_size |
Definition at line 54 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::type_size |
Definition at line 54 of file smacker.c.
Referenced by smacker_read_header().
uint8_t SmackerContext::aflags[7] |
Definition at line 55 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::rates[7] |
Definition at line 56 of file smacker.c.
Referenced by smacker_read_header().
uint32_t SmackerContext::pad |
Definition at line 57 of file smacker.c.
Referenced by smacker_read_header().
uint32_t* SmackerContext::frm_size |
Definition at line 59 of file smacker.c.
Referenced by smacker_read_close(), smacker_read_header(), and smacker_read_packet().
uint8_t* SmackerContext::frm_flags |
Definition at line 60 of file smacker.c.
Referenced by smacker_read_close(), smacker_read_header(), and smacker_read_packet().
int SmackerContext::cur_frame |
Definition at line 62 of file smacker.c.
Referenced by smacker_read_packet().
int SmackerContext::is_ver4 |
Definition at line 63 of file smacker.c.
Referenced by smacker_read_header().
uint8_t SmackerContext::pal[768] |
Definition at line 66 of file smacker.c.
Referenced by smacker_read_packet().
int SmackerContext::indexes[7] |
Definition at line 67 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
int SmackerContext::videoindex |
Definition at line 68 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
uint8_t* SmackerContext::bufs[7] |
Definition at line 69 of file smacker.c.
Referenced by smacker_read_close(), and smacker_read_packet().
int SmackerContext::buf_sizes[7] |
Definition at line 70 of file smacker.c.
Referenced by smacker_read_packet().
int SmackerContext::stream_id[7] |
Definition at line 71 of file smacker.c.
Referenced by smacker_read_packet().
int SmackerContext::curstream |
Definition at line 72 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
int64_t SmackerContext::nextpos |
Definition at line 73 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
int64_t SmackerContext::aud_pts[7] |
Definition at line 74 of file smacker.c.
Referenced by smacker_read_packet().