#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include "mvp_demux.h"#include "mvp_av.h"Go to the source code of this file.
Defines | |
| #define | BSIZE (256*1024) |
Functions | |
| int | vid_event_add (unsigned int pts, eventq_type_t type, void *info) |
| static unsigned int | hash (char *s, int len, unsigned int old) |
| int | main (int argc, char **argv) |
Variables | |
| static demux_handle_t * | handle |
|
|
Definition at line 35 of file demuxtest.c. |
|
||||||||||||||||
|
Definition at line 45 of file demuxtest.c. |
|
||||||||||||
|
Definition at line 62 of file demuxtest.c. References attr, BSIZE, demux_get_attr(), demux_get_audio(), demux_get_video(), demux_init(), demux_put(), fd, handle, and hash. |
|
||||||||||||||||
|
Definition at line 39 of file demuxtest.c. |
|
|
Definition at line 37 of file demuxtest.c. |
1.4.6