diff options
author | James Almer <jamrial@gmail.com> | 2024-10-17 22:26:10 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-21 09:52:58 -0300 |
commit | dfd7acf3edd4d62ac22045c3be43730ef4cbca17 (patch) | |
tree | 64373b7f9b4ced332511ea159a6abc3c6f6dadd0 /tests/ref/fate/filter-pixdesc-bgr0 | |
parent | 8debc5aa417dbc920aa71dd9d74d78a746025780 (diff) | |
download | ffmpeg-dfd7acf3edd4d62ac22045c3be43730ef4cbca17.tar.gz |
avfilter/vf_pixdesctest: also take into account undefined alpha components
Ensure those bits are copied, which will result in the output being the same as
the input, where swscale set them to the equivalent of fully opaque.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/filter-pixdesc-bgr0')
-rw-r--r-- | tests/ref/fate/filter-pixdesc-bgr0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/filter-pixdesc-bgr0 b/tests/ref/fate/filter-pixdesc-bgr0 index f4a2c1bc14..e060914264 100644 --- a/tests/ref/fate/filter-pixdesc-bgr0 +++ b/tests/ref/fate/filter-pixdesc-bgr0 @@ -1 +1 @@ -pixdesc-bgr0 5bf31ebb28690035b15eb8252c11b630 +pixdesc-bgr0 62400c257204fe1ddf61a7bc3a405531 |