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

Function fatal_error

tools/crypto_bench.c:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56static const uint8_t *hardcoded_key = "FFmpeg is the best program ever.";
57
58static void fatal_error(const char *tag)
59{
60 av_log(NULL, AV_LOG_ERROR, "Fatal error: %s\n", tag);
61 exit(1);
62}
63
64struct hash_impl {
65 const char *lib;

Callers 10

run_lavu_aes128Function · 0.85
run_lavu_blowfishFunction · 0.85
run_lavu_camelliaFunction · 0.85
run_lavu_cast128Function · 0.85
run_lavu_desFunction · 0.85
run_lavu_twofishFunction · 0.85
run_lavu_rc4Function · 0.85
run_lavu_xteaFunction · 0.85
run_implementationFunction · 0.85
mainFunction · 0.85

Calls 1

av_logFunction · 0.85

Tested by

no test coverage detected