MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / show_decoders

Function show_decoders

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:1588–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586}
1587
1588int show_decoders(void *optctx, const char *opt, const char *arg)
1589{
1590 print_codecs(0);
1591 return 0;
1592}
1593
1594int show_encoders(void *optctx, const char *opt, const char *arg)
1595{

Callers

nothing calls this directly

Calls 1

print_codecsFunction · 0.85

Tested by

no test coverage detected