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
0a19000d
Commit
0a19000d
authored
Jun 29, 2012
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: options: add planar names for request_sample_fmt
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
784514a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
options_table.h
libavcodec/options_table.h
+5
-0
No files found.
libavcodec/options_table.h
View file @
0a19000d
...
@@ -391,6 +391,11 @@ static const AVOption options[]={
...
@@ -391,6 +391,11 @@ static const AVOption options[]={
{
"s32"
,
"32-bit signed integer"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_S32
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"s32"
,
"32-bit signed integer"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_S32
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"flt"
,
"32-bit float"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_FLT
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"flt"
,
"32-bit float"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_FLT
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"dbl"
,
"64-bit double"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_DBL
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"dbl"
,
"64-bit double"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_DBL
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"u8p"
,
"8-bit unsigned integer planar"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_U8P
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"s16p"
,
"16-bit signed integer planar"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_S16P
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"s32p"
,
"32-bit signed integer planar"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_S32P
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"fltp"
,
"32-bit float planar"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_FLTP
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
"dblp"
,
"64-bit double planar"
,
0
,
AV_OPT_TYPE_CONST
,
{.
dbl
=
AV_SAMPLE_FMT_DBLP
},
INT_MIN
,
INT_MAX
,
A
|
D
,
"request_sample_fmt"
},
{
NULL
},
{
NULL
},
};
};
...
...
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