avi.c File Reference
Go to the source code of this file.
|
Functions |
| uint32_t | getle32 (uint8_t *buf) |
| uint32_t | getbe32 (uint8_t *buf) |
| void | printhead (uint8_t *buf) |
| uint32_t | getsize (int fd) |
| uint32_t | getsize_buf (uint8_t *buf) |
| int | check_riff (avi_context *ac, uint8_t *buf, int len) |
| static int | new_idx_frame (avi_context *ac, uint32_t pos, uint32_t len, uint32_t fl, uint32_t id) |
| void | print_index (avi_context *ac, int num) |
| int | avi_read_index (avi_context *ac, int fd) |
| int | read_avi_header (avi_context *ac, int fd) |
| int | get_avi_from_index (pes_in_t *p, int fd, avi_context *ac, void(*func)(pes_in_t *p), int insize) |
| void | get_avi (pes_in_t *p, uint8_t *buf, int count, void(*func)(pes_in_t *p)) |
Function Documentation
Definition at line 46 of file avi.c.
| void printhead |
( |
uint8_t * |
buf |
) |
|
Definition at line 51 of file avi.c.
| int check_riff |
( |
avi_context * |
ac, |
|
|
uint8_t * |
buf, |
|
|
int |
len | |
|
) |
| | |
| void get_avi |
( |
pes_in_t * |
p, |
|
|
uint8_t * |
buf, |
|
|
int |
count, |
|
|
void(*)(pes_in_t *p) |
func | |
|
) |
| | |