comparison h263dec.c @ 2278:870597ca3e7a libavcodec

10l (wrong variable)
author michael
date Tue, 28 Sep 2004 23:31:59 +0000
parents 21f450be6cb5
children eb0c851db536
comparison
equal deleted inserted replaced
2277:b88e05b9b445 2278:870597ca3e7a
626 #endif 626 #endif
627 627
628 #ifdef HAVE_MMX 628 #ifdef HAVE_MMX
629 if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX) && !(s->flags&CODEC_FLAG_BITEXACT)){ 629 if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX) && !(s->flags&CODEC_FLAG_BITEXACT)){
630 avctx->idct_algo= FF_IDCT_LIBMPEG2MMX; 630 avctx->idct_algo= FF_IDCT_LIBMPEG2MMX;
631 avctx->width= 0; // force reinit 631 avctx->coded_width= 0; // force reinit
632 } 632 }
633 #endif 633 #endif
634 634
635 /* After H263 & mpeg4 header decode we have the height, width,*/ 635 /* After H263 & mpeg4 header decode we have the height, width,*/
636 /* and other parameters. So then we could init the picture */ 636 /* and other parameters. So then we could init the picture */