comparison 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
comparison
equal deleted inserted replaced
7376:5f3b62eaf6e5 7377:3f819263176e
506 #if 0 506 #if 0
507 if(s->divx_version==500) 507 if(s->divx_version==500)
508 s->padding_bug_score= 256*256*256*64; 508 s->padding_bug_score= 256*256*256*64;
509 509
510 /* very ugly XVID padding bug detection FIXME/XXX solve this differently 510 /* very ugly XVID padding bug detection FIXME/XXX solve this differently
511 * lets hope this at least works 511 * Let us hope this at least works.
512 */ 512 */
513 if( s->resync_marker==0 && s->data_partitioning==0 && s->divx_version==0 513 if( s->resync_marker==0 && s->data_partitioning==0 && s->divx_version==0
514 && s->codec_id==CODEC_ID_MPEG4 && s->vo_type==0) 514 && s->codec_id==CODEC_ID_MPEG4 && s->vo_type==0)
515 s->workaround_bugs|= FF_BUG_NO_PADDING; 515 s->workaround_bugs|= FF_BUG_NO_PADDING;
516 516