From b2498dcf5ca9473da4a63aebec9765e410f13dbb Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 2 Jul 2013 11:21:44 +0200 Subject: [PATCH] lavc/avcodec.h: fix prolems -> problems typo --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c38b46dbaa..8cac2cf8b9 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.