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
7a5902c5
Commit
7a5902c5
authored
Jul 02, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: Disable deprectation warnings coming from options table
parent
83212943
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
options_table.h
libavcodec/options_table.h
+2
-0
No files found.
libavcodec/options_table.h
View file @
7a5902c5
...
...
@@ -40,6 +40,7 @@
#define AV_CODEC_DEFAULT_BITRATE 200*1000
FF_DISABLE_DEPRECATION_WARNINGS
static
const
AVOption
avcodec_options
[]
=
{
{
"b"
,
"set bitrate (in bits/s)"
,
OFFSET
(
bit_rate
),
AV_OPT_TYPE_INT
,
{.
i64
=
AV_CODEC_DEFAULT_BITRATE
},
INT_MIN
,
INT_MAX
,
V
|
A
|
E
},
{
"bt"
,
"Set video bitrate tolerance (in bits/s). In 1-pass mode, bitrate tolerance specifies how far "
...
...
@@ -475,6 +476,7 @@ static const AVOption avcodec_options[] = {
{
"side_data_only_packets"
,
NULL
,
OFFSET
(
side_data_only_packets
),
AV_OPT_TYPE_INT
,
{
.
i64
=
0
},
0
,
1
,
A
|
V
|
E
},
{
NULL
},
};
FF_DISABLE_DEPRECATION_WARNINGS
#undef A
#undef V
...
...
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