Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
extern const FFCodec * codec_list[];
67
68
static void error(const char *err)
69
{
70
fprintf(stderr,
"%s"
, err);
71
exit(1);
72
}
73
74
static const FFCodec *c = NULL;
75
Callers
2
AVCodecInitialize
Function · 0.70
LLVMFuzzerTestOneInput
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected