52 snprintf(name,
sizeof(name),
"output%d", i);
96 #define OFFSET(x) offsetof(SplitContext, x)
97 #define FLAGS AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_VIDEO_PARAM
103 #define split_options options
106 #define asplit_options options
122 .priv_class = &split_class,
125 .
inputs = avfilter_vf_split_inputs,
143 .priv_class = &asplit_class,
146 .
inputs = avfilter_af_asplit_inputs,