Skip to content

Commit

Permalink
fix vpx for regular non-gl rendering case
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@926 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 16, 2012
1 parent 53cc822 commit f89ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/vpx/codec.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cdef class Decoder(xcoder):
clean_decoder(self.context)
self.context = NULL

def decompress_image(self, input):
def decompress_image_to_rgb(self, input):
cdef uint8_t *dout
cdef int outsize
cdef int outstride
Expand Down

0 comments on commit f89ea14

Please sign in to comment.