| 
    FFmpeg
    
   | 
 
audio and video splitter More...
#include <stdio.h>#include "libavutil/attributes.h"#include "libavutil/internal.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "framequeue.h"#include "avfilter.h"#include "audio.h"#include "formats.h"#include "internal.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | SplitContext | 
Macros | |
| #define | FF_INTERNAL_FIELDS 1 | 
| #define | OFFSET(x) offsetof(SplitContext, x) | 
| #define | FLAGS (AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM) | 
| #define | split_options options | 
| #define | asplit_options options | 
Functions | |
| static av_cold int | split_init (AVFilterContext *ctx) | 
| static av_cold void | split_uninit (AVFilterContext *ctx) | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) | 
| AVFILTER_DEFINE_CLASS (split) | |
| AVFILTER_DEFINE_CLASS (asplit) | |
Variables | |
| static const AVOption | options [] | 
| static const AVFilterPad | avfilter_vf_split_inputs [] | 
| AVFilter | ff_vf_split | 
| static const AVFilterPad | avfilter_af_asplit_inputs [] | 
| AVFilter | ff_af_asplit | 
audio and video splitter
Definition in file split.c.
| #define OFFSET | ( | x | ) | offsetof(SplitContext, x) | 
| #define FLAGS (AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM) | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVFILTER_DEFINE_CLASS | ( | split | ) | 
| AVFILTER_DEFINE_CLASS | ( | asplit | ) | 
      
  | 
  static | 
      
  | 
  static | 
| AVFilter ff_vf_split | 
      
  | 
  static | 
| AVFilter ff_af_asplit | 
 1.8.6