Skip to content

Commit

Permalink
#511 oops: return the info we collect
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 22, 2025
1 parent 57287e2 commit 1fed2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/codecs/amf/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ cdef class Encoder:
"encoding" : self.encoding,
"src_format": self.src_format,
}
return info

def get_encoding(self) -> str:
return self.encoding
Expand Down

0 comments on commit 1fed2e3

Please sign in to comment.