MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ShowCommands

Function ShowCommands

test/test.c:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230/* Utils */
231static void ShowHelp(void);
232static void ShowCommands(void)
233{
234 fprintf(stdout, "\nCommands:\n");
235 fprintf(stdout, " [h]elp Show this message\n");
236 fprintf(stdout, " [q]uit Exit HandBrakeCLI\n");
237 fprintf(stdout, " [p]ause Pause encoding\n");
238 fprintf(stdout, " [r]esume Resume encoding\n");
239}
240
241static int ParseOptions( int argc, char ** argv );
242static int CheckOptions( int argc, char ** argv );

Callers 1

EventLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected