]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/h263dec.c
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
[frescor/ffmpeg.git] / libavcodec / h263dec.c
index 5ff77841a0f91de184b365cca49acfd3a0bc0f44..de1f146c3cb1891a6dcb3827fa27934435bcd1ce 100644 (file)
@@ -508,7 +508,7 @@ retry:
             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)