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

Function error

tools/target_dec_fuzzer.c:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66extern const FFCodec * codec_list[];
67
68static void error(const char *err)
69{
70 fprintf(stderr, "%s", err);
71 exit(1);
72}
73
74static const FFCodec *c = NULL;
75

Callers 2

AVCodecInitializeFunction · 0.70
LLVMFuzzerTestOneInputFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected