diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-28 09:20:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-28 09:20:59 +0000 |
commit | 9c852bcf58cd8f28deff6fcc878304825f4ad173 (patch) | |
tree | 9f721fb6957e005d2f5fdf5eb329c9e4e600ee3d | |
parent | 884d53855d2b13fcc9ceca4d91059e81cd83ad3d (diff) | |
download | ffmpeg-9c852bcf58cd8f28deff6fcc878304825f4ad173.tar.gz |
cosmetics: spelling typo fixes
Originally committed as revision 13489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/h263.c | 2 | ||||
-rw-r--r-- | libavcodec/h264.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c index 8b48a01c13..57573d354c 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -5728,7 +5728,7 @@ static int decode_vol_header(MpegEncContext *s, GetBitContext *gb){ /** * decodes the user data stuff in the header. - * allso inits divx/xvid/lavc_version/build + * Also initializes divx/xvid/lavc_version/build. */ static int decode_user_data(MpegEncContext *s, GetBitContext *gb){ char buf[256]; 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) |