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

Function fffilterctx

libavfilter/avfilter_internal.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119} FFFilterContext;
120
121static inline FFFilterContext *fffilterctx(AVFilterContext *ctx)
122{
123 return (FFFilterContext*)ctx;
124}
125
126typedef struct AVFilterCommand {
127 double time; ///< time expressed in seconds

Callers 14

command_queue_popFunction · 0.85
avfilter_linkFunction · 0.85
ff_filter_set_readyFunction · 0.85
ff_request_frameFunction · 0.85
avfilter_process_commandFunction · 0.85
avfilter_freeFunction · 0.85
avfilter_init_dictFunction · 0.85
ff_filter_activateFunction · 0.85
ff_filter_executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected