summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-28 09:20:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-28 09:20:59 +0000
commit9c852bcf58cd8f28deff6fcc878304825f4ad173 (patch)
tree9f721fb6957e005d2f5fdf5eb329c9e4e600ee3d /libavcodec/h264.c
parent884d53855d2b13fcc9ceca4d91059e81cd83ad3d (diff)
cosmetics: spelling typo fixes
Originally committed as revision 13489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 28ff1af47b..6f9ece512e 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3851,7 +3851,7 @@ static void clone_slice(H264Context *dst, H264Context *src)
/**
* decodes a slice header.
- * this will allso call MPV_common_init() and frame_start() as needed
+ * This will also call MPV_common_init() and frame_start() as needed.
*
* @param h h264context
* @param h0 h264 master context (differs from 'h' when doing sliced based parallel decoding)