# HG changeset patch # User aurel # Date 1158272003 0 # Node ID 2000e401593d183d4f6d486dedae5b2013977dc5 # Parent c52a1096385ee02be0120216238dd1ecf9443717 disable vp3 mmx idct for theora files to avoid artifacts (see theora-a4_v6-k250-s0_2.ogg) diff -r c52a1096385e -r 2000e401593d i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Thu Sep 14 14:02:32 2006 +0000 +++ b/i386/dsputil_mmx.c Thu Sep 14 22:13:23 2006 +0000 @@ -3056,6 +3056,7 @@ c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM; #endif }else if(idct_algo==FF_IDCT_VP3 && + avctx->codec->id!=CODEC_ID_THEORA && !(avctx->flags & CODEC_FLAG_BITEXACT)){ if(mm_flags & MM_SSE2){ c->idct_put= ff_vp3_idct_put_sse2;