AVFILTER_FLAG_SUPPORT_TIMELINE

Handy mask to test whether the filter supports or no the timeline feature (internally or generically).

extern (C) @nogc nothrow
enum AVFILTER_FLAG_SUPPORT_TIMELINE = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL;

Meta