diff options
author | Martin Storsjö <martin@martin.st> | 2013-02-11 13:37:29 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-02-11 20:03:16 +0200 |
commit | d192ac3e03d1ebdb671f22b290da577d19f3e156 (patch) | |
tree | 3a7eb8200a818953161eb43914dc20c5acc1272e /tests/ref/lavfi/pixfmts_copy | |
parent | 62a43d30cc3b9b2460f2c926beb522df32493625 (diff) | |
download | ffmpeg-d192ac3e03d1ebdb671f22b290da577d19f3e156.tar.gz |
swscale: Disallow conversion to GBRP16
This reverts parts of d6d5ef5534d582, that didn't work right. (The
tests that were added failed on big endian, and the output looked
garbled on little endian as well.)
This is due to the fact that the intermediate scaling values (from
e.g. hScale8To19_c or hScale16To19_c) are stored as int32_t and
thus requires a separate output function, while yuv2gbrp_full_X_c
only interprets it as int16_t.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/ref/lavfi/pixfmts_copy')
-rw-r--r-- | tests/ref/lavfi/pixfmts_copy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ref/lavfi/pixfmts_copy b/tests/ref/lavfi/pixfmts_copy index 683db66fb4..23452aed2a 100644 --- a/tests/ref/lavfi/pixfmts_copy +++ b/tests/ref/lavfi/pixfmts_copy @@ -15,8 +15,6 @@ bgra 76a18a5151242fa137133f604cd624d2 gbrp 76204621e200a3cc633012f6720c7005 gbrp10be 2ca4a4a589a7dc461ff186913c7a69e5 gbrp10le 46176f1fcc6e67f9862115fe373f73d3 -gbrp16be b577122bb4fc34274b9fc2d1c6b934d0 -gbrp16le 7a8fc641745c4f363348522a687d2a08 gbrp9be 981c2c1b0ef1791824b4c7518331bc2e gbrp9le 25fb915ed11d07d631e0e7b78d54bebf gray db08f7f0751900347e6b8649e4164d21 |