Skip to content

Commit

Permalink
oops: this part hasn't been added to ImageWrapper yet
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 4, 2024
1 parent 22a71ae commit 683a8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/openh264/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ cdef class Encoder:
log(f"openh264 compress_image: {len(bdata)} bytes")
self.frames += 1
return bdata, {
"full-range": image.get_full_range(),
"full-range": False,
"frame": self.frames,
}

Expand Down

0 comments on commit 683a8ec

Please sign in to comment.