OSDN Git Service

fate: Avoid unnecessary pixel format conversions
authorMartin Storsjö <martin@martin.st>
Tue, 30 Jun 2015 19:35:44 +0000 (22:35 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 30 Jun 2015 20:10:29 +0000 (23:10 +0300)
commite2bd03a14a4e3366df0b1ee8e284a97165be1f3c
tree9658a6582e499870bec15891b8a080af8e7b5e20
parent271ce76d317c5432e151216cf23f12b77ed6cb7e
fate: Avoid unnecessary pixel format conversions

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>
tests/fate/image.mak
tests/fate/video.mak
tests/ref/fate/dds-rgb16
tests/ref/fate/dds-rgb24
tests/ref/fate/dds-uyvy
tests/ref/fate/dds-xbgr
tests/ref/fate/dds-y
tests/ref/fate/dds-ya
tests/ref/fate/dds-yuyv
tests/ref/fate/txd-16bpp
tests/ref/fate/txd-odd