Mercurial > libavcodec.hg
changeset 6918:c1b722b79649 libavcodec
cosmetics: spelling typo fixes
author | diego |
---|---|
date | Wed, 28 May 2008 09:20:59 +0000 |
parents | 167bd4bec8d1 |
children | 7cf90c252373 |
files | h263.c h264.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/h263.c Wed May 28 01:54:09 2008 +0000 +++ b/h263.c Wed May 28 09:20:59 2008 +0000 @@ -5728,7 +5728,7 @@ /** * 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];
--- a/h264.c Wed May 28 01:54:09 2008 +0000 +++ b/h264.c Wed May 28 09:20:59 2008 +0000 @@ -3851,7 +3851,7 @@ /** * 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)