FFmpeg
|
#include "config.h"
#include <zmq.h>
#include "libavutil/mem.h"
#include "libavutil/bprint.h"
#include "compat/getopt.c"
Go to the source code of this file.
Functions | |
static void | usage (void) |
int | main (int argc, char **argv) |
zmq message sender example, meant to be used with the zmq filters
Definition in file zmqsend.c.