FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
zmqsend.c File Reference

zmq message sender example, meant to be used with the zmq filters More...

#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)
 

Detailed Description

zmq message sender example, meant to be used with the zmq filters

Definition in file zmqsend.c.

Function Documentation

static void usage ( void  )
static

Definition at line 41 of file zmqsend.c.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 52 of file zmqsend.c.