Skip to content

Commit 683a8ec

Browse files
committed
oops: this part hasn't been added to ImageWrapper yet
1 parent 22a71ae commit 683a8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpra/codecs/openh264/encoder.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ cdef class Encoder:
620620
log(f"openh264 compress_image: {len(bdata)} bytes")
621621
self.frames += 1
622622
return bdata, {
623-
"full-range": image.get_full_range(),
623+
"full-range": False,
624624
"frame": self.frames,
625625
}
626626

0 commit comments

Comments
 (0)