[FFmpeg-cvslog] r13489 - in trunk/libavcodec: h263.c h264.c

diego subversion
Wed May 28 11:20:59 CEST 2008


Author: diego
Date: Wed May 28 11:20:59 2008
New Revision: 13489

Log:
cosmetics: spelling typo fixes


Modified:
   trunk/libavcodec/h263.c
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h263.c
==============================================================================
--- trunk/libavcodec/h263.c	(original)
+++ trunk/libavcodec/h263.c	Wed May 28 11:20:59 2008
@@ -5728,7 +5728,7 @@ static int decode_vol_header(MpegEncCont
 
 /**
  * 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];

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Wed May 28 11:20:59 2008
@@ -3851,7 +3851,7 @@ static void clone_slice(H264Context *dst
 
 /**
  * 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)




More information about the ffmpeg-cvslog mailing list