Skip to content

Commit

Permalink
Enable restoration filters for 4:2:2
Browse files Browse the repository at this point in the history
  • Loading branch information
barrbrain committed Apr 8, 2020
1 parent af286db commit 16bd5b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,8 @@ impl Sequence {
enable_warped_motion: false,
enable_superres: false,
enable_cdef: config.speed_settings.cdef
&& config.chroma_sampling != ChromaSampling::Cs422
&& 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 16bd5b0

Please # to comment.