diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2014-04-05 14:14:30 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2014-04-12 14:07:19 -0400 |
commit | d9a542ace1b9ca5c0ea6d758127d03d4124b7801 (patch) | |
tree | 4f447d1b6fcb2424dc7a55373fc4388e31d38d6a /tests | |
parent | 20c38c9c18b75e62f6c489d9b95bea88efdf3915 (diff) | |
download | ffmpeg-d9a542ace1b9ca5c0ea6d758127d03d4124b7801.tar.gz |
swscale: Set alpha to opaque for internal palettes.
Fixes conversion of pal8 to rgb formats with alpha.
Updated references for 2 FATE tests which previously encoded fully
transparent images.
Based on a patch by Baptiste Coudurier <baptiste.coudurier@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/targa-conformance-CCM8 | 2 | ||||
-rw-r--r-- | tests/ref/fate/targa-conformance-UCM8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/targa-conformance-CCM8 b/tests/ref/fate/targa-conformance-CCM8 index aad3bfc955..45bb18167b 100644 --- a/tests/ref/fate/targa-conformance-CCM8 +++ b/tests/ref/fate/targa-conformance-CCM8 @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 65536, 0xcf98bc29 +0, 0, 0, 1, 65536, 0x47e97fe9 diff --git a/tests/ref/fate/targa-conformance-UCM8 b/tests/ref/fate/targa-conformance-UCM8 index aad3bfc955..45bb18167b 100644 --- a/tests/ref/fate/targa-conformance-UCM8 +++ b/tests/ref/fate/targa-conformance-UCM8 @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 65536, 0xcf98bc29 +0, 0, 0, 1, 65536, 0x47e97fe9 |