Skip to content

Commit

Permalink
#3592 assume flush is used
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 26, 2023
1 parent 959d0e0 commit 5c588b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xpra/client/mixins/encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def get_encodings_caps(self) -> Dict[str,Any]:
else:
video_b_frames = ()
caps = {
"flush" : PAINT_FLUSH, #v4 servers assume this is available
"video_scaling" : True, #v4 servers assume this is available
"video_b_frames" : video_b_frames,
"video_max_size" : self.video_max_size,
Expand Down

0 comments on commit 5c588b8

Please sign in to comment.