Skip to content

Commit

Permalink
don't use 'grain' tune for text content type, as this will use b-frames
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26939 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 10, 2020
1 parent f2d9588 commit dc7afca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xpra/codecs/enc_x264/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,8 @@ cdef class Encoder:
return TUNE
if self.content_type=="video":
return b"film"
elif self.content_type=="text":
return b"grain"
#elif self.content_type=="text":
# return b"grain"
#return "animation"
return b"zerolatency"

Expand Down

0 comments on commit dc7afca

Please sign in to comment.