#11114 closed defect (fixed)
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 (6)
comment:2 by , 2 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 2 years 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 , 2 years ago
| Owner: | set to |
|---|---|
| Status: | new → open |
comment:5 by , 22 months ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Closing as I haven't seen this for quite some time on any of the FATE powerpc64{,le} nodes that currently run.
Note:
See TracTickets
for help on using tickets.



If I disable all of the DSP code in
libavcodec/ppc/idctdsp.c, the test succeeds.