summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libswscale/swscale_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index e6e7b934b6..708facba67 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -311,8 +311,8 @@ typedef struct SwsContext {
int nb_slice_ctx;
// values passed to current sws_receive_slice() call
- unsigned int dst_slice_start;
- unsigned int dst_slice_height;
+ int dst_slice_start;
+ int dst_slice_height;
/**
* Note that src, dst, srcStride, dstStride will be copied in the