Skip to content

Commit

Permalink
Enable restoration filter for 4:2:2
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed May 11, 2020
1 parent 54d236b commit 30a4da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ impl Sequence {
enable_superres: false,
enable_cdef: config.speed_settings.cdef && enable_restoration_filters,
enable_restoration: config.speed_settings.lrf
&& config.chroma_sampling != ChromaSampling::Cs422
&& enable_restoration_filters,
enable_large_lru: true,
enable_delayed_loopfilter_rdo: true,
Expand Down

0 comments on commit 30a4da4

Please sign in to comment.