diff options
author | Niklas Haas <git@haasn.dev> | 2023-10-13 14:31:57 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-10-20 15:20:09 +0200 |
commit | 2d1aeba8f26869dff6857087f48066f76dba8dc5 (patch) | |
tree | 14d5dcdba77e9fa623ef67b7cc8082b3278625b4 /libavcodec/v210enc.c | |
parent | d799ad24045f2ae005c8b4c90bee5330ff15fea8 (diff) | |
download | ffmpeg-2d1aeba8f26869dff6857087f48066f76dba8dc5.tar.gz |
avfilter/vf_scale: fix interlaced chroma for other formats
This logic only covers the case of yuv420p. Extend this logic to cover
*all* vertically subsampled YUV formats, which require the same
interlaced scaling logic.
Fortunately, we can get away with re-using the same code for both JPEG
and MPEG range YUV, because the only difference here is the horizontal
alignment. (Which I omit touching for now, to avoid introducing possibly
unintended changes in default behavior)
Diffstat (limited to 'libavcodec/v210enc.c')
0 files changed, 0 insertions, 0 deletions