diff options
author | Niklas Haas <git@haasn.dev> | 2022-01-10 08:29:17 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2022-01-10 09:11:18 +0100 |
commit | fb840a79b978ff8c5b9c101bda3974f7ebcc5df1 (patch) | |
tree | 2f6c44937b6f54aede3b791cb00332945d7bbb83 /libavcodec/dcahuff.c | |
parent | 0acca1791ee3180726d850c40b8bba2937502c3b (diff) | |
download | ffmpeg-fb840a79b978ff8c5b9c101bda3974f7ebcc5df1.tar.gz |
lavfi/vf_libplacebo: fix side data stripping logic
This was accidentally comparing s->colorspace against out->colorspace,
which is wrong - the intent was to compare in->colorspace against
out->colorspace.
We also forgot to strip mastering metadata. Finally, the order is sort
of wrong - we should strip this side data *before* process_frames,
because otherwise it may end up being seen and used by libplacebo.
Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'libavcodec/dcahuff.c')
0 files changed, 0 insertions, 0 deletions