Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
rav1e
Commits
094e8b17
Commit
094e8b17
authored
Jun 19, 2019
by
Raphaël Zumer
Browse files
Disable CDEF for 4:2:2 input
parent
1c49ccb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/encoder.rs
View file @
094e8b17
...
...
@@ -212,7 +212,7 @@ impl Sequence {
enable_ref_frame_mvs
:
false
,
enable_warped_motion
:
false
,
enable_superres
:
false
,
enable_cdef
:
config
.speed_settings.cdef
,
enable_cdef
:
config
.speed_settings.cdef
&&
config
.chroma_sampling
!=
ChromaSampling
::
Cs422
,
enable_restoration
:
config
.chroma_sampling
!=
ChromaSampling
::
Cs422
&&
config
.chroma_sampling
!=
ChromaSampling
::
Cs444
,
// FIXME: not working yet
operating_points_cnt_minus_1
:
0
,
...
...
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