comparison h263dec.c @ 1916:f2d134308a70 libavcodec

interlaced chroma MC divx-bug workaround
author michael
date Fri, 02 Apr 2004 19:54:33 +0000
parents 5ac49e7a1b8f
children 71fe2180024c
comparison
equal deleted inserted replaced
1915:284fb24da44d 1916:f2d134308a70
549 549
550 if(s->divx_version && s->divx_version<500){ 550 if(s->divx_version && s->divx_version<500){
551 s->workaround_bugs|= FF_BUG_EDGE; 551 s->workaround_bugs|= FF_BUG_EDGE;
552 } 552 }
553 553
554 if(s->divx_version)
555 s->workaround_bugs|= FF_BUG_HPEL_CHROMA;
554 #if 0 556 #if 0
555 if(s->divx_version==500) 557 if(s->divx_version==500)
556 s->padding_bug_score= 256*256*256*64; 558 s->padding_bug_score= 256*256*256*64;
557 559
558 /* very ugly XVID padding bug detection FIXME/XXX solve this differently 560 /* very ugly XVID padding bug detection FIXME/XXX solve this differently