diff options
author | Martin Storsjö <martin@martin.st> | 2014-03-30 18:27:58 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-31 01:04:05 +0200 |
commit | 3e4e2142d246699a1a3a0045ba7124b18bc34d7a (patch) | |
tree | 5ab7e419ce71be4cfc51175c2001bf497d0ccea2 /tests/ref/fate | |
parent | 3a5a965493fabfc8151a821092039317834974fe (diff) | |
download | ffmpeg-3e4e2142d246699a1a3a0045ba7124b18bc34d7a.tar.gz |
fate: Convert the paletted output in the brenderpix tests to rgb24
This makes the output consistent on big-endian systems.
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/brenderpix-defpal | 2 | ||||
-rw-r--r-- | tests/ref/fate/brenderpix-intpal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/brenderpix-defpal b/tests/ref/fate/brenderpix-defpal index b80d23dc45..6c55740885 100644 --- a/tests/ref/fate/brenderpix-defpal +++ b/tests/ref/fate/brenderpix-defpal @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 66560, 0xee71bd50 +0, 0, 0, 1, 196608, 0xada11d14 diff --git a/tests/ref/fate/brenderpix-intpal b/tests/ref/fate/brenderpix-intpal index 776b74b4ef..473b1532ec 100644 --- a/tests/ref/fate/brenderpix-intpal +++ b/tests/ref/fate/brenderpix-intpal @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 66560, 0x51a30b0d +0, 0, 0, 1, 196608, 0x9662f917 |