[FFmpeg-cvslog] lavc/avcodec: fix FF_INPUT_/BUFFER_/PADDING_SIZE typo.

Clément Bœsch git at videolan.org
Sun Dec 30 22:24:00 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Dec 30 22:20:18 2012 +0100| [2d3305e4f41f2c3fdf22e729d4ec753fb885a8f1] | committer: Clément Bœsch

lavc/avcodec: fix FF_INPUT_/BUFFER_/PADDING_SIZE typo.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d3305e4f41f2c3fdf22e729d4ec753fb885a8f1
---

 libavcodec/avcodec.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 11c50ca..b475b27 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -4923,7 +4923,7 @@ void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
 
 /**
  * Same behaviour av_fast_malloc but the buffer has additional
- * FF_INPUT_PADDING_SIZE at the end which will will always be 0.
+ * FF_INPUT_BUFFER_PADDING_SIZE at the end which will will always be 0.
  *
  * In addition the whole buffer will initially and after resizes
  * be 0-initialized so that no uninitialized data will ever appear.



More information about the ffmpeg-cvslog mailing list