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:02 +0100 |
commit | ecf09764dcfc4d90d2292d91f225bfd02211a17f (patch) | |
tree | e83def84c693f5d17b70f079308162666c974bcc /libavcodec/h2645_parse.h | |
parent | 479f3c65986fca0ccf56f4dadb5a5b167f466fc7 (diff) | |
download | ffmpeg-ecf09764dcfc4d90d2292d91f225bfd02211a17f.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/h2645_parse.h')
0 files changed, 0 insertions, 0 deletions