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
f8894921
Commit
f8894921
authored
Jan 20, 2012
by
Dustin Brody
Committed by
Anton Khirnov
Jan 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: rename err_filter option to err_detect and document it
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
9b6aafba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
options.c
libavcodec/options.c
+5
-5
No files found.
libavcodec/options.c
View file @
f8894921
...
...
@@ -208,11 +208,11 @@ static const AVOption options[]={
{
"very_aggressive"
,
NULL
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
FF_ER_VERY_AGGRESSIVE
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"er"
},
{
"explode"
,
"abort decoding on error recognition"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
FF_ER_EXPLODE
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"er"
},
#endif
/* FF_API_ER */
{
"err_
filter"
,
"set error detection filter flags"
,
OFFSET
(
err_recognition
),
AV_OPT_TYPE_FLAGS
,
{.
dbl
=
AV_EF_CRCCHECK
},
INT_MIN
,
INT_MAX
,
A
|
V
|
D
,
"err_filter
"
},
{
"crccheck"
,
NULL
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_CRCCHECK
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_filter
"
},
{
"bitstream"
,
NULL
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_BITSTREAM
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_filter
"
},
{
"buffer"
,
NULL
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_BUFFER
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_filter
"
},
{
"explode"
,
"abort decoding on minor error
recognition"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_EXPLODE
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_filter
"
},
{
"err_
detect"
,
"set error detection flags"
,
OFFSET
(
err_recognition
),
AV_OPT_TYPE_FLAGS
,
{.
dbl
=
AV_EF_CRCCHECK
},
INT_MIN
,
INT_MAX
,
A
|
V
|
D
,
"err_detect
"
},
{
"crccheck"
,
"verify embedded CRCs"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_CRCCHECK
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_detect
"
},
{
"bitstream"
,
"detect bitstream specification deviations"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_BITSTREAM
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_detect
"
},
{
"buffer"
,
"detect improper bitstream length"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_BUFFER
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_detect
"
},
{
"explode"
,
"abort decoding on minor error
detection"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_EF_EXPLODE
},
INT_MIN
,
INT_MAX
,
V
|
D
,
"err_detect
"
},
{
"has_b_frames"
,
NULL
,
OFFSET
(
has_b_frames
),
AV_OPT_TYPE_INT
,
{.
dbl
=
DEFAULT
},
INT_MIN
,
INT_MAX
},
{
"block_align"
,
NULL
,
OFFSET
(
block_align
),
AV_OPT_TYPE_INT
,
{.
dbl
=
DEFAULT
},
INT_MIN
,
INT_MAX
},
#if FF_API_PARSE_FRAME
...
...
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