Skip to content

Commit

Permalink
no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 14, 2022
1 parent 7dddebd commit d9a6b2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xpra/codecs/vpx/decoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ log = Logger("decoder", "vpx")

from xpra.codecs.codec_constants import get_subsampling_divs
from xpra.codecs.image_wrapper import ImageWrapper
from xpra.os_util import bytestostr
from xpra.util import envint, envbool

from libc.stdint cimport uintptr_t, uint8_t
Expand Down Expand Up @@ -182,7 +181,7 @@ cdef class Decoder:
cdef int flags = 0
cdef const vpx_codec_iface_t *codec_iface = make_codec_dx(encoding)
self.encoding = encoding
self.dst_format = bytestostr(colorspace)
self.dst_format = colorspace
self.pixfmt = get_vpx_colorspace(self.dst_format)
self.width = width
self.height = height
Expand Down

0 comments on commit d9a6b2e

Please sign in to comment.