diff options
author | emcodem <emcodem@ffastrans.com> | 2021-05-24 17:03:49 +0200 |
---|---|---|
committer | Stephen Hutchinson <qyot27@gmail.com> | 2022-02-13 18:24:33 -0500 |
commit | 05c492eeb0866537d051531afe30b29d76d80383 (patch) | |
tree | 91583c5be61851a102f876c8f7a76a7f2d9fc25f /libavdevice/avdevice.c | |
parent | 66d4c721622bcdfb0ae8ec146994500ba2270d43 (diff) | |
download | ffmpeg-05c492eeb0866537d051531afe30b29d76d80383.tar.gz |
avisynth: corrected interlace detection
AviSynth works on frame-based video by default, which can
be either progressive or interlaced. Some filters can break
frames into half-height fields, at which point it considers
the clip to be field-based (avs_is_field_based can be used
to check for this situation).
To properly detect the field order of a typical video clip,
the frame needs to have been weaved back together already,
so avs_is_field_based should actually report 'false' when
checked.
Signed-off-by: Stephen Hutchinson <qyot27@gmail.com>
Diffstat (limited to 'libavdevice/avdevice.c')
0 files changed, 0 insertions, 0 deletions