FFmpeg
Classes | Macros | Typedefs
f_zmq.c File Reference

receive commands through libzeromq and broker them to filters More...

#include <zmq.h>
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "audio.h"
#include "video.h"

Classes

struct  ZMQContext
 
struct  Command
 

Macros

#define OFFSET(x)   offsetof(ZMQContext, x)
 
#define FLAGS   AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM
 
#define SPACES   " \f\t\n\r"
 

Typedefs

typedef struct ZMQContext ZMQContext
 
typedef struct Command Command
 

Detailed Description

receive commands through libzeromq and broker them to filters