Skip to content

Commit

Permalink
#800: expose b-frames attribute
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13059 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 20, 2016
1 parent 4fab5ea commit 89ca631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/codecs/enc_x264/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ cdef class Encoder:
info = get_info()
info.update({"profile" : self.profile,
"preset" : get_preset_names()[self.preset],
"b_frames" : self.b_frames,
"tune" : self.tune or "",
"frames" : self.frames,
"width" : self.width,
Expand Down

0 comments on commit 89ca631

Please sign in to comment.