AVFILTER_CMD_FLAG_ONE

< Stop once a filter understood the command (for target=all for example), fast filters are favored automatically

extern (C) @nogc nothrow
enum AVFILTER_CMD_FLAG_ONE = 1;

Meta