| 
    FFmpeg
    
   | 
 
#include "config_components.h"#include "libavutil/opt.h"#include "libavutil/time.h"#include "audio.h"#include "avfilter.h"#include "filters.h"#include "video.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 | AV_OPT_FLAG_RUNTIME_PARAM | 
Functions | |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) | 
| AVFILTER_DEFINE_CLASS_EXT (realtime, "(a)realtime", options) | |
Variables | |
| static const AVOption | options [] | 
| #define OFFSET | ( | x | ) | offsetof(RealtimeContext, x) | 
Definition at line 70 of file f_realtime.c.
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_RUNTIME_PARAM | 
Definition at line 71 of file f_realtime.c.
      
  | 
  static | 
Definition at line 39 of file f_realtime.c.
| AVFILTER_DEFINE_CLASS_EXT | ( | realtime | , | 
| "(a)realtime" | , | ||
| options | |||
| ) | 
      
  | 
  static | 
Definition at line 72 of file f_realtime.c.
 1.8.17