mirror of https://github.com/FFmpeg/FFmpeg.git
Most of the fate-dds-* and fate-txd-* tests already output into the same pixel format regardless of platform endianness, so there's no need to force conversion to another format. This fixes the tests fate-txd-16bpp, fate-txd-odd, fate-dds-rgb16, fate-dds-rgb24 and fate-dds-xrgb on big endian, where the tests seem to fail due to issues with certain conversion codepaths in swscale. Those conversion codepaths should of course be fixed, but the individual decoder tests should use as little extra conversion steps as possible. Signed-off-by: Martin Storsjö <martin@martin.st>pull/267/head
parent
271ce76d31
commit
e2bd03a14a
11 changed files with 24 additions and 22 deletions
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 32768, 0x7991785d |
||||
0, 0, 0, 1, 16384, 0xc8910265 |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 32768, 0xcf0f7833 |
||||
0, 0, 0, 1, 24576, 0xef0f9653 |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 16384, 0xd579a59e |
||||
0, 0, 0, 1, 8192, 0x3c658750 |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 16384, 0x702f6a28 |
||||
0, 0, 0, 1, 16384, 0x70336a28 |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 32768, 0xc51add1c |
||||
0, 0, 0, 1, 8192, 0x56eca90f |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 56320, 0xca81315f |
||||
0, 0, 0, 1, 28160, 0xd3981fcb |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/25 |
||||
0, 0, 0, 1, 16384, 0xd579a59e |
||||
0, 0, 0, 1, 8192, 0xc1108750 |
||||
|
@ -1,12 +1,12 @@ |
||||
#tb 0: 1/5 |
||||
0, 0, 0, 1, 16384, 0x4c7bb4cb |
||||
0, 1, 1, 1, 16384, 0x914e14b4 |
||||
0, 2, 2, 1, 16384, 0x81e293cb |
||||
0, 3, 3, 1, 16384, 0xf733ed43 |
||||
0, 4, 4, 1, 16384, 0x739a6c21 |
||||
0, 5, 5, 1, 16384, 0x47f9184a |
||||
0, 6, 6, 1, 16384, 0x329f9d3e |
||||
0, 7, 7, 1, 16384, 0x231ffd9c |
||||
0, 8, 8, 1, 16384, 0xe7c2c4c6 |
||||
0, 9, 9, 1, 16384, 0x880d8ffb |
||||
0, 10, 10, 1, 16384, 0xf83238d2 |
||||
0, 0, 0, 1, 16384, 0x4d39b4cb |
||||
0, 1, 1, 1, 16384, 0x2a8d14b4 |
||||
0, 2, 2, 1, 16384, 0xe26793cb |
||||
0, 3, 3, 1, 16384, 0x62b5ed43 |
||||
0, 4, 4, 1, 16384, 0x5ae86c21 |
||||
0, 5, 5, 1, 16384, 0x416d184a |
||||
0, 6, 6, 1, 16384, 0x33f59d3e |
||||
0, 7, 7, 1, 16384, 0x3d0ffd9c |
||||
0, 8, 8, 1, 16384, 0x35bac4c6 |
||||
0, 9, 9, 1, 16384, 0xa1cd8ffb |
||||
0, 10, 10, 1, 16384, 0xf7dc38d2 |
||||
|
@ -1,2 +1,2 @@ |
||||
#tb 0: 1/5 |
||||
0, 0, 0, 1, 385452, 0xb22514d6 |
||||
0, 0, 0, 1, 385452, 0x055a14d6 |
||||
|
Loading…
Reference in new issue