Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ show_version
Function
show_version
cmdutils.c:359–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
}
358
359
void show_version(void) {
360
printf(
"%s "
FFMPEG_VERSION
"\n"
, program_name);
361
print_all_lib_versions(stdout, 0);
362
}
363
364
void show_license(void)
365
{
Callers
nothing calls this directly
Calls
1
print_all_lib_versions
Function · 0.85
Tested by
no test coverage detected