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 f892443266..24851321fe 100644
--- a/libavcodec/rle.h
+++ b/libavcodec/rle.h
@@ -28,7 +28,7 @@
* Value before raw bytes is (count ^ xor_raw) + add_raw.
* @param outbuf Output buffer
* @param out_size Maximum output size
- * @param ptr Input buffer
+ * @param inbuf Input buffer
* @param bpp Bytes per pixel
* @param w Image width
* @return Size of output in bytes, or -1 if larger than out_size