X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263dec.c;h=de1f146c3cb1891a6dcb3827fa27934435bcd1ce;hb=cc615d2ce8fd3dc651a9fc2cc9c522afd706fc06;hp=5ff77841a0f91de184b365cca49acfd3a0bc0f44;hpb=fe4bf37455e81ecf2c0b769c979bdf6eec785602;p=ffmpeg diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 5ff77841a0f..de1f146c3cb 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -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)