Skip to content

Commit

Permalink
oops: "default_encoding_options" has been removed!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@5322 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 31, 2014
1 parent d4345e7 commit b4d2f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/window_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def update_quality(self):
return
quality = self._fixed_quality
if quality<0:
min_quality = self.default_encoding_options.get("min-quality", -1)
min_quality = self.get_min_quality()
info, target_quality = get_target_quality(self.wid, self.window_dimensions, self.batch_config, self.global_statistics, self.statistics, min_quality)
#make a copy to work on (and discard "info")
ves_copy = [(event_time, speed) for event_time, _, speed in list(self._encoding_quality)]
Expand Down

0 comments on commit b4d2f2e

Please sign in to comment.