summaryrefslogtreecommitdiff
path: root/libavcodec/rle.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rle.h')
-rw-r--r--libavcodec/rle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rle.h b/libavcodec/rle.h
index 8ec3996810..929dc9090d 100644
--- a/libavcodec/rle.h
+++ b/libavcodec/rle.h
@@ -33,6 +33,6 @@
* @return Size of output in bytes, or -1 if larger than out_size
*/
int ff_rle_encode(uint8_t *outbuf, int out_size, const uint8_t *inbuf, int bpp, int w,
- int8_t add_rep, uint8_t xor_rep, int8_t add_raw, uint8_t xor_raw);
+ int add_rep, int xor_rep, int add_raw, int xor_raw);
#endif /* RLE_H */