Opened 3 months ago
Last modified 3 months ago
#11114 open defect
fate-avid-meridian fails on ppc64{,el}
Reported by: | Sean McGovern | Owned by: | Sean McGovern |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
On a big- or little-endian 64-bit POWER machine:
How to reproduce:
% configure <whatever options> % make % make fate-avid-meridian
This does not appear to fail on a 32-bit PPC.
Change History (4)
comment:2 by , 3 months ago
Description: | modified (diff) |
---|
comment:3 by , 3 months ago
There are other FATE tests that use the AltiVec IDCT and they aren't failing, so maybe this is only broken for mjpegdec
?
comment:4 by , 3 months ago
Owner: | set to |
---|---|
Status: | new → open |
Note:
See TracTickets
for help on using tickets.
If I disable all of the DSP code in
libavcodec/ppc/idctdsp.c
, the test succeeds.