Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 24, 2024
1 parent 03f96c6 commit 540a614
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xpra/codecs/webp/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,6 @@ cdef configure_encoder(WebPConfig *config,
config.quality = 0
config.autofilter = 1
else:
#normalize quality: webp quality is much higher than jpeg's
#so we can go lower,
#[0,10,...,90,100] maps to:
#[0, 1, 3, 5, 9, 14, 23, 34, 50, 71, 99]
config.quality = fclamp(quality)
config.segments = 1
config.sns_strength = 0
Expand Down

0 comments on commit 540a614

Please sign in to comment.