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

Function stream_specifier_uninit

fftools/cmdutils.c:1002–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000}
1001
1002void stream_specifier_uninit(StreamSpecifier *ss)
1003{
1004 av_freep(&ss->meta_key);
1005 av_freep(&ss->meta_val);
1006 av_freep(&ss->remainder);
1007
1008 memset(ss, 0, sizeof(*ss));
1009}
1010
1011int stream_specifier_parse(StreamSpecifier *ss, const char *spec,
1012 int allow_remainder, void *logctx)

Callers 5

fg_complex_bind_inputFunction · 0.85
uninit_optionsFunction · 0.85
opt_mapFunction · 0.85
stream_specifier_parseFunction · 0.85
check_stream_specifierFunction · 0.85

Calls 1

av_freepFunction · 0.85

Tested by

no test coverage detected