FFmpeg
|
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "avfilter.h"
#include "internal.h"
#include <float.h>
Go to the source code of this file.
Data Structures | |
struct | RealtimeContext |
Macros | |
#define | OFFSET(x) offsetof(RealtimeContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
static const AVOption | options [] |
#define OFFSET | ( | x | ) | offsetof(RealtimeContext, x) |
Definition at line 66 of file f_realtime.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 67 of file f_realtime.c.
|
static |
Definition at line 35 of file f_realtime.c.
|
static |
Definition at line 68 of file f_realtime.c.