| 
    FFmpeg
    
   | 
 
(de)interleave fields filter More...
#include "libavutil/opt.h"#include "libavutil/imgutils.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | IlContext | 
Macros | |
| #define | OFFSET(x) offsetof(IlContext, x) | 
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM | 
Enumerations | |
| enum | FilterMode {  FILTER_8TAP_SMOOTH, FILTER_8TAP_REGULAR, FILTER_8TAP_SHARP, FILTER_BILINEAR, FILTER_SWITCHABLE, MODE_WIRES, MODE_COLORMIX, NB_MODE, MODE_NONE, MODE_INTERLEAVE, MODE_DEINTERLEAVE, FILTER_NONE = -1, FILTER_TOUT, FILTER_VREP, FILTER_BRNG, FILT_NUMB }  | 
Functions | |
| AVFILTER_DEFINE_CLASS (il) | |
| static int | query_formats (AVFilterContext *ctx) | 
| static int | config_input (AVFilterLink *inlink) | 
| static void | interleave (uint8_t *dst, uint8_t *src, int w, int h, int dst_linesize, int src_linesize, enum FilterMode mode, int swap) | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *inpicref) | 
Variables | |
| static const AVOption | il_options [] | 
| static const AVFilterPad | inputs [] | 
| static const AVFilterPad | outputs [] | 
| AVFilter | ff_vf_il | 
(de)interleave fields filter
Definition in file vf_il.c.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM | 
| enum FilterMode | 
| AVFILTER_DEFINE_CLASS | ( | il | ) | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 115 of file vf_il.c.
Referenced by filter_frame().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVFilter ff_vf_il | 
 1.8.6