MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / fffilter

Function fffilter

libavfilter/filters.h:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462} FFFilter;
463
464static inline const FFFilter *fffilter(const AVFilter *f)
465{
466 return (const FFFilter*)f;
467}
468
469
470#define AVFILTER_DEFINE_CLASS_EXT(name, desc, options) \

Callers 15

ff_default_query_formatsFunction · 0.85
ff_filter_config_linksFunction · 0.85
ff_request_frameFunction · 0.85
avfilter_process_commandFunction · 0.85
ff_filter_allocFunction · 0.85
avfilter_freeFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68