FFmpeg
|
libavformat multi-client network API usage example. More...
Go to the source code of this file.
Functions | |
void | process_client (AVIOContext *client, const char *in_uri) |
int | main (int argc, char **argv) |
libavformat multi-client network API usage example.
Definition in file http_multiclient.c.
void process_client | ( | AVIOContext * | client, |
const char * | in_uri | ||
) |
Definition at line 36 of file http_multiclient.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 98 of file http_multiclient.c.