[FFmpeg-cvslog] lavc/avcodec.h: fix prolems -> problems typo

Stefano Sabatini git at videolan.org
Wed Jul 3 10:42:57 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Jul  2 11:21:44 2013 +0200| [b2498dcf5ca9473da4a63aebec9765e410f13dbb] | committer: Stefano Sabatini

lavc/avcodec.h: fix prolems -> problems typo

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

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

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c38b46d..8cac2cf 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1253,7 +1253,7 @@ typedef struct AVCodecContext {
      * rv10: additional flags
      * mpeg4: global headers (they can be in the bitstream or here)
      * The allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger
-     * than extradata_size to avoid prolems if it is read with the bitstream reader.
+     * than extradata_size to avoid problems if it is read with the bitstream reader.
      * The bytewise contents of extradata must not depend on the architecture or CPU endianness.
      * - encoding: Set/allocated/freed by libavcodec.
      * - decoding: Set/allocated/freed by user.



More information about the ffmpeg-cvslog mailing list