|
FFmpeg
4.0
|
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 64 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 65 of file f_realtime.c.
|
static |
Definition at line 33 of file f_realtime.c.
|
static |
Definition at line 66 of file f_realtime.c.
1.8.13