diff h263dec.c @ 7377:3f819263176e libavcodec

cosmetics: Fix two common typos: wont --> will not, lets --> let us.
author diego
date Thu, 24 Jul 2008 17:09:28 +0000
parents e943e1409077
children 8195c970d077
line wrap: on
line diff
--- a/h263dec.c	Thu Jul 24 16:54:51 2008 +0000
+++ b/h263dec.c	Thu Jul 24 17:09:28 2008 +0000
@@ -508,7 +508,7 @@
             s->padding_bug_score= 256*256*256*64;
 
         /* very ugly XVID padding bug detection FIXME/XXX solve this differently
-         * lets hope this at least works
+         * Let us hope this at least works.
          */
         if(   s->resync_marker==0 && s->data_partitioning==0 && s->divx_version==0
            && s->codec_id==CODEC_ID_MPEG4 && s->vo_type==0)