Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ show_usage
Function
show_usage
ffplay.c:3057–3062 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3055
};
3056
3057
static void show_usage(void)
3058
{
3059
printf(
"Simple media player\n"
);
3060
printf(
"usage: ffplay [options] input_file\n"
);
3061
printf(
"\n"
);
3062
}
3063
3064
static void show_help(void)
3065
{
Callers
2
show_help
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected