summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-07-02 11:21:44 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-07-03 10:15:30 +0200
commitb2498dcf5ca9473da4a63aebec9765e410f13dbb (patch)
treea23f77a52db60fb51385edbed0f39e9edff3f637 /libavcodec
parente0be3cbd2ba7558c4bc310f9ddde78b9a86d0520 (diff)
lavc/avcodec.h: fix prolems -> problems typo
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
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.