diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-19 23:54:16 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-22 15:23:08 +0100 |
commit | c0b105756f61d253bdabcc2bb49453a2557e7c3b (patch) | |
tree | ec5832638642045181c71c622307daf3e208f30f /tests/fate/video.mak | |
parent | 8337e0c57345f24cf6471220e5f8a0ea21b7c1d0 (diff) | |
download | ffmpeg-c0b105756f61d253bdabcc2bb49453a2557e7c3b.tar.gz |
txd: Use the TextureDSP module for decoding
Using the internal DXTC routines brings support for non multiple of 4
textures. A new test is added to cover this feature. Hashes differ
since the decoding algorithm is different, though no visual changes
have been spotted.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r-- | tests/fate/video.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index d43754f07a..29d5ccee02 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -272,6 +272,9 @@ fate-tmv: CMD = framecrc -i $(TARGET_SAMPLES)/tmv/pop-partial.tmv -pix_fmt rgb24 FATE_TXD += fate-txd-16bpp fate-txd-16bpp: CMD = framecrc -i $(TARGET_SAMPLES)/txd/misc.txd -pix_fmt bgra -an +FATE_TXD += fate-txd-odd +fate-txd-odd: CMD = framecrc -i $(TARGET_SAMPLES)/txd/odd.txd -pix_fmt bgra -an + FATE_TXD += fate-txd-pal8 fate-txd-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/txd/outro.txd -pix_fmt rgb24 -an |