Commit d1099476 authored by aurel's avatar aurel

disable vp3 mmx idct for theora files to avoid artifacts

(see theora-a4_v6-k250-s0_2.ogg)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6253 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d1156442
......@@ -3056,6 +3056,7 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment