diff options
author | Niklas Haas <git@haasn.dev> | 2024-07-04 13:14:46 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-08-16 11:43:37 +0200 |
commit | 18b9687308202ea05044cb9b723e72b67be62bc6 (patch) | |
tree | 560b463886fa0d994363997fe9830d562fe0248b /libavfilter/textutils.c | |
parent | 6b40be941a00b99fa895adcdffa5f638c739ecd1 (diff) | |
download | ffmpeg-18b9687308202ea05044cb9b723e72b67be62bc6.tar.gz |
avfilter/swscale: always fix interlaced chroma location
The current logic only fixes it when the user does not explicitly
specify the chroma location. However, this does not make a lot of sense.
Since there is no way to specify this property per-field, it effectively
*prevents* the user from being able to correctly scale interlaced frames
with top-aligned chroma.
It makes more sense to consider the user setting in the progressive case
only, and automatically adapt it to the correct interlaced field
positions, following the details of the MPEG specification.
Diffstat (limited to 'libavfilter/textutils.c')
0 files changed, 0 insertions, 0 deletions