Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
7d8ad6c1
Commit
7d8ad6c1
authored
Mar 31, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmdutils: avtool -> fftool
parent
5c13ae28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmdutils.h
cmdutils.h
+3
-3
No files found.
cmdutils.h
View file @
7d8ad6c1
...
...
@@ -192,13 +192,13 @@ void show_help_options(const OptionDef *options, const char *msg, int req_flags,
void
show_help_children
(
const
AVClass
*
class
,
int
flags
);
/**
* Per-
av
tool specific help handler. Implemented in each
*
av
tool, called by show_help().
* Per-
ff
tool specific help handler. Implemented in each
*
ff
tool, called by show_help().
*/
void
show_help_default
(
const
char
*
opt
,
const
char
*
arg
);
/**
* Generic -h handler common to all
av
tools.
* Generic -h handler common to all
ff
tools.
*/
int
show_help
(
void
*
optctx
,
const
char
*
opt
,
const
char
*
arg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment