|
FFmpeg
|
Data Fields | |
| uint32_t | frames |
| uint32_t * | frm_size |
| uint8_t * | frm_flags |
| int | cur_frame |
| 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::frames |
Definition at line 46 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
| uint32_t* SmackerContext::frm_size |
Definition at line 48 of file smacker.c.
Referenced by smacker_read_close(), smacker_read_header(), and smacker_read_packet().
| uint8_t* SmackerContext::frm_flags |
Definition at line 49 of file smacker.c.
Referenced by smacker_read_close(), smacker_read_header(), and smacker_read_packet().
| int SmackerContext::cur_frame |
Definition at line 51 of file smacker.c.
Referenced by smacker_read_packet().
| uint8_t SmackerContext::pal[768] |
Definition at line 53 of file smacker.c.
Referenced by smacker_read_packet().
| int SmackerContext::indexes[7] |
Definition at line 54 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
| int SmackerContext::videoindex |
Definition at line 55 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
| uint8_t* SmackerContext::bufs[7] |
Definition at line 56 of file smacker.c.
Referenced by smacker_read_close(), and smacker_read_packet().
| int SmackerContext::buf_sizes[7] |
Definition at line 57 of file smacker.c.
Referenced by smacker_read_packet().
| int SmackerContext::stream_id[7] |
Definition at line 58 of file smacker.c.
Referenced by smacker_read_packet().
| int SmackerContext::curstream |
Definition at line 59 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
| int64_t SmackerContext::nextpos |
Definition at line 60 of file smacker.c.
Referenced by smacker_read_header(), and smacker_read_packet().
| int64_t SmackerContext::aud_pts[7] |
Definition at line 61 of file smacker.c.
Referenced by smacker_read_packet().
1.8.17