52 snprintf(name,
sizeof(name),
"output%d", i);
94 #define OFFSET(x) offsetof(SplitContext, x)
95 #define FLAGS AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM
101 #define split_options options
104 #define asplit_options options
120 .priv_class = &split_class,
123 .
inputs = avfilter_vf_split_inputs,
141 .priv_class = &asplit_class,
144 .
inputs = avfilter_af_asplit_inputs,