diff options
author | James Almer <jamrial@gmail.com> | 2024-10-17 12:18:35 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-17 12:18:35 -0300 |
commit | f0e6296ddeaf5c5077f4787080712f8e26a34d77 (patch) | |
tree | 9c1a48d40f45cc7d3140cb9f129c3be9fdacd6f0 /tests/ref/fate/filter-pixfmts-hflip | |
parent | 062fcacc8ff65a53a21139e1a9132660c9a5abd3 (diff) | |
download | ffmpeg-f0e6296ddeaf5c5077f4787080712f8e26a34d77.tar.gz |
swscale/output: fix alpha endianness in XV36
Mistakenly written in native endianness in 42098f92662c47659df85173d8076b62a23269aa.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/filter-pixfmts-hflip')
-rw-r--r-- | tests/ref/fate/filter-pixfmts-hflip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/filter-pixfmts-hflip b/tests/ref/fate/filter-pixfmts-hflip index a279d22c42..346f6cd04e 100644 --- a/tests/ref/fate/filter-pixfmts-hflip +++ b/tests/ref/fate/filter-pixfmts-hflip @@ -104,7 +104,7 @@ vyu444 7b72337f92a7223fd115265e2f769276 x2bgr10le 827cc659f29378e00c5a7d2c0ada8f9a x2rgb10le d4a8189b65395a88d0a38a7053f3359f xv30le 7370eadd13a2fc79186443713a639332 -xv36be 2abe7272fffa70d1bf836b6235508091 +xv36be 98f578df965eed369f46cb135e2d1345 xv36le e478b4b54698beb3ce1b9a2dd691d544 xyz12be 25f90259ff8a226befdaec3dfe82996e xyz12le 926c0791d59aaff61b2778e8ada3316d |