Opened 9 months ago
Closed 8 months ago
#10868 closed defect (fixed)
mxf-probe-j2k FATE test fails on big-endian systems such as PowerPC
Reported by: | Sean McGovern | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
How to reproduce:
Run 'fate-mxf-probe-j2k' on a big-endian system -- the following output is produced:
+++ tests/data/fate/mxf-probe-j2k 2024-02-17 15:41:46.698231492 -0500 @@ -14,7 +14,7 @@ has_b_frames=0 sample_aspect_ratio=1:1 display_aspect_ratio=16:9 -pix_fmt=rgb48le +pix_fmt=rgb48be level=-99 color_range=unknown color_space=unknown
Change History (2)
comment:1 by , 8 months ago
comment:2 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 569257735ba983217e664f5600b29e55d6dc4893.
Note:
See TracTickets
for help on using tickets.
Patch posted to ML appears to fix this: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20240221233429.24146-1-cus@passwd.hu/
Thanks Marton!