Feature/python
Compare changes
- Sebastian authored
+ 129
− 43
@@ -20,14 +20,28 @@ except ImportError:
@@ -74,10 +88,20 @@ class libde265error(IntEnum):
@@ -96,6 +120,7 @@ libde265.de265_push_NAL.argtypes = [ctypes.c_void_p, ctypes.c_void_p, ctypes.c_i
@@ -106,6 +131,15 @@ libde265.de265_decode.restype = ctypes.c_int
@@ -118,21 +152,85 @@ libde265.de265_get_bits_per_pixel.restype = ctypes.c_int
@@ -141,13 +239,13 @@ class Decoder:
@@ -156,48 +254,36 @@ class Decoder:
\ No newline at end of file