Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sixue.cheng
FFmpeg
Commits
3e4b5e68
Commit
3e4b5e68
authored
13 years ago
by
Michael Niedermayer
Browse files
Options
Download
Email Patches
Plain Diff
cmdutils: fix -fdebug without -v xy
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
614716f5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmdutils_common_opts.h
+1
-0
cmdutils_common_opts.h
with
1 addition
and
0 deletions
+1
-0
cmdutils_common_opts.h
+
1
-
0
View file @
3e4b5e68
...
...
@@ -14,6 +14,7 @@
{
"loglevel"
,
HAS_ARG
,
{(
void
*
)
opt_loglevel
},
"set libav* logging level"
,
"loglevel"
},
{
"v"
,
HAS_ARG
,
{(
void
*
)
opt_loglevel
},
"set libav* logging level"
,
"loglevel"
},
{
"debug"
,
HAS_ARG
,
{(
void
*
)
opt_codec_debug
},
"set debug flags"
,
"flags"
},
{
"fdebug"
,
HAS_ARG
,
{(
void
*
)
opt_codec_debug
},
"set debug flags"
,
"flags"
},
{
"report"
,
0
,
{(
void
*
)
opt_report
},
"generate a report"
},
{
"max_alloc"
,
HAS_ARG
,
{(
void
*
)
opt_max_alloc
},
"set maximum size of a single allocated block"
,
"bytes"
},
{
"cpuflags"
,
HAS_ARG
|
OPT_EXPERT
,
{(
void
*
)
opt_cpuflags
},
"force specific cpu flags"
,
"flags"
},
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help