diff options
author | James Almer <jamrial@gmail.com> | 2024-10-18 21:50:36 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-21 09:52:58 -0300 |
commit | 0bb53948acdda311bfc4eff439879e86f3815f03 (patch) | |
tree | a102597191df73496d1fdb88120fb0fc3536630f /tests/ref/fate/filter-pixfmts-copy | |
parent | dfd7acf3edd4d62ac22045c3be43730ef4cbca17 (diff) | |
download | ffmpeg-0bb53948acdda311bfc4eff439879e86f3815f03.tar.gz |
swscale/swscale_unscaled: clear the low bits in planar8ToP01xleWrapper
This makes the unscaled output of p010le and p016le match the generic path.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/filter-pixfmts-copy')
-rw-r--r-- | tests/ref/fate/filter-pixfmts-copy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/filter-pixfmts-copy b/tests/ref/fate/filter-pixfmts-copy index 6c0f279284..bda10f2519 100644 --- a/tests/ref/fate/filter-pixfmts-copy +++ b/tests/ref/fate/filter-pixfmts-copy @@ -65,11 +65,11 @@ nv21 335d85c9af6110f26ae9e187a82ed2cf nv24 f30fc8d0ac40af69e119ea919a314572 nv42 29a212f70f8780fe0eb99abcae81894d p010be 7f9842d6015026136bad60d03c035cc3 -p010le c453421b9f726bdaf2bacf59a492c43b +p010le 1929db89609c4b8c6d9c9030a9e7843d p012be 7f9842d6015026136bad60d03c035cc3 p012le 1929db89609c4b8c6d9c9030a9e7843d p016be 7f9842d6015026136bad60d03c035cc3 -p016le c453421b9f726bdaf2bacf59a492c43b +p016le 1929db89609c4b8c6d9c9030a9e7843d p210be 847e9c6e292b17349e69570829252b3e p210le c06e4b76cf504e908128081f92b60ce2 p212be 4df641ed058718ad27a01889f923b04f |