Skip to content

Commit

Permalink
#736: add missing interface function
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8125 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 19, 2014
1 parent b1ece64 commit 88a2b82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xpra/codecs/csc_swscale/colorspace_converter.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,10 @@ cdef class ColorspaceConverter:
self.out_size[i] = 0
self.buffer_size = 0

def is_closed(self):
return self.context!=NULL


def convert_image(self, image):
cdef Py_ssize_t pic_buf_len = 0
assert self.context!=NULL
Expand Down

0 comments on commit 88a2b82

Please sign in to comment.