[FFmpeg-cvslog] fate/aic: force simple idct

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jun 14 15:31:10 CEST 2014


Michael Niedermayer <git <at> videolan.org> writes:

> fate/aic: force simple idct
> 
> This should ensure all platforms use the same idct

I would like to suggest to revert this:
As you know, I am all for hiding bugs from users 
(by committing hacks around bugs), but hiding 
user-visible bugs from fate is not a good idea 
imo;-)

Uncommenting this line in dsputil_ppc.c fixes the 
issue for me (and unfortunately doesn't break 
fate):
c->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;

I can only reproduce the problem on some systems, 
I don't know what the difference is.

Carl Eugen



More information about the ffmpeg-cvslog mailing list