[libdvdcss-devel] [PATCH 2/4] win32: Use size_t as type for scatter input buffer size

Diego Biurrun diego at biurrun.de
Tue Nov 18 23:46:24 CET 2014


---
 src/libdvdcss.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libdvdcss.h b/src/libdvdcss.h
index 9447124..c824988 100644
--- a/src/libdvdcss.h
+++ b/src/libdvdcss.h
@@ -77,7 +77,7 @@ struct dvdcss_s
 #ifdef WIN32
     HANDLE p_handle;
     char * p_readv_buffer;
-    int    i_readv_buf_size;
+    size_t i_readv_buf_size;
 #endif /* WIN32 */
 };
 
-- 
2.1.0



More information about the libdvdcss-devel mailing list