Feature/python
Compare changes
- Sebastian authored
+ 16
− 1
@@ -104,6 +104,7 @@ libde265.de265_push_NAL.argtypes = [ctypes.c_void_p, ctypes.c_void_p, ctypes.c_i
@@ -114,6 +115,9 @@ libde265.de265_decode.restype = ctypes.c_int
@@ -126,6 +130,11 @@ libde265.de265_get_bits_per_pixel.restype = ctypes.c_int
@@ -169,7 +178,10 @@ class Decoder:
@@ -185,6 +197,7 @@ class Decoder:
@@ -208,4 +221,6 @@ class Decoder:
\ No newline at end of file