# HG changeset patch # User michael # Date 1134872599 0 # Node ID 383eee00b898459ff3bc92ea70ebbc73ba42e8d5 # Parent ef2149182f1cbfc08e458092b116f4387550ddda fix custom matrix permutation if xvid idct is autoselected and you have bad luck diff -r ef2149182f1c -r 383eee00b898 h263dec.c --- a/h263dec.c Sat Dec 17 18:14:38 2005 +0000 +++ b/h263dec.c Sun Dec 18 02:23:19 2005 +0000 @@ -640,6 +640,8 @@ 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)){ avctx->idct_algo= FF_IDCT_XVIDMMX; avctx->coded_width= 0; // force reinit +// dsputil_init(&s->dsp, avctx); + s->picture_number=0; } #endif