Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
e10b62ab
Commit
e10b62ab
authored
Jul 15, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg_opt: remove intra_dc_precision, its handled by AVOptions
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
5bda0467
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ffmpeg_opt.c
ffmpeg_opt.c
+0
-4
No files found.
ffmpeg_opt.c
View file @
e10b62ab
...
@@ -104,7 +104,6 @@ float max_error_rate = 2.0/3;
...
@@ -104,7 +104,6 @@ float max_error_rate = 2.0/3;
static
int
intra_only
=
0
;
static
int
intra_only
=
0
;
static
int
file_overwrite
=
0
;
static
int
file_overwrite
=
0
;
static
int
no_file_overwrite
=
0
;
static
int
no_file_overwrite
=
0
;
static
int
intra_dc_precision
=
8
;
static
int
do_psnr
=
0
;
static
int
do_psnr
=
0
;
static
int
input_sync
;
static
int
input_sync
;
static
int
override_ffserver
=
0
;
static
int
override_ffserver
=
0
;
...
@@ -1378,7 +1377,6 @@ static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, in
...
@@ -1378,7 +1377,6 @@ static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, in
if
(
p
)
p
++
;
if
(
p
)
p
++
;
}
}
video_enc
->
rc_override_count
=
i
;
video_enc
->
rc_override_count
=
i
;
video_enc
->
intra_dc_precision
=
intra_dc_precision
-
8
;
if
(
do_psnr
)
if
(
do_psnr
)
video_enc
->
flags
|=
CODEC_FLAG_PSNR
;
video_enc
->
flags
|=
CODEC_FLAG_PSNR
;
...
@@ -2932,8 +2930,6 @@ const OptionDef options[] = {
...
@@ -2932,8 +2930,6 @@ const OptionDef options[] = {
{
"top"
,
OPT_VIDEO
|
HAS_ARG
|
OPT_EXPERT
|
OPT_INT
|
OPT_SPEC
|
{
"top"
,
OPT_VIDEO
|
HAS_ARG
|
OPT_EXPERT
|
OPT_INT
|
OPT_SPEC
|
OPT_INPUT
|
OPT_OUTPUT
,
{
.
off
=
OFFSET
(
top_field_first
)
},
OPT_INPUT
|
OPT_OUTPUT
,
{
.
off
=
OFFSET
(
top_field_first
)
},
"top=1/bottom=0/auto=-1 field first"
,
""
},
"top=1/bottom=0/auto=-1 field first"
,
""
},
{
"dc"
,
OPT_VIDEO
|
OPT_INT
|
HAS_ARG
|
OPT_EXPERT
,
{
&
intra_dc_precision
},
"intra_dc_precision"
,
"precision"
},
{
"vtag"
,
OPT_VIDEO
|
HAS_ARG
|
OPT_EXPERT
|
OPT_PERFILE
|
{
"vtag"
,
OPT_VIDEO
|
HAS_ARG
|
OPT_EXPERT
|
OPT_PERFILE
|
OPT_OUTPUT
,
{
.
func_arg
=
opt_old2new
},
OPT_OUTPUT
,
{
.
func_arg
=
opt_old2new
},
"force video tag/fourcc"
,
"fourcc/tag"
},
"force video tag/fourcc"
,
"fourcc/tag"
},
...
...
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