---
 libavutil/lzo.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/libavutil/lzo.h b/libavutil/lzo.h
index e3c6c01..8a70b92 100644
--- a/libavutil/lzo.h
+++ b/libavutil/lzo.h
@@ -43,7 +43,6 @@
 #define AV_LZO_ERROR           8
 /** @} */
 
-#define AV_LZO_INPUT_PADDING   8
 #define AV_LZO_OUTPUT_PADDING 12
 
 /**
@@ -54,8 +53,8 @@
  * @param inlen size of input buffer, number of bytes left are returned here
  * @return 0 on success, otherwise a combination of the error flags above
  *
- * Make sure all buffers are appropriately padded, in must provide
- * AV_LZO_INPUT_PADDING, out must provide AV_LZO_OUTPUT_PADDING additional 
bytes.
+ * Make sure the out buffer is appropriately padded with AV_LZO_OUTPUT_PADDING
+ * additional bytes.
  */
 int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen);
 
-- 
1.7.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to