Skip to content

Commit

Permalink
#4010 make it possible to build this codec
Browse files Browse the repository at this point in the history
for those mad enough to want to try to enable it
  • Loading branch information
totaam committed Sep 21, 2023
1 parent 348dede commit 9b365b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/x265/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ cdef class Encoder:
self.first_frame_timestamp = 0


def get_info(self) -> Dict[str,Any]:
def get_info(self) -> dict[str,Any]:
cdef float pps
if self.profile is None:
return {}
Expand Down

0 comments on commit 9b365b6

Please sign in to comment.