Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ pad_count
Function
pad_count
libavfilter/avfilter.c:372–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
static int pad_count(const AVFilterPad *pads)
373
{
374
int count;
375
376
for(count = 0; pads->name; count ++) pads ++;
377
return count;
378
}
379
380
static const char *filter_name(void *p)
381
{
Callers
1
avfilter_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected