|
FFmpeg
|
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 |
receive commands through libzeromq and broker them to filters
1.8.12