Re: [FFmpeg-devel] [PATCH] avisynth.c corrected interlace detection

2021-05-31 Thread emcodem
Am 2021-05-27 22:38, Stephen Hutchinson wrote: The change seems okay, but the comment and commit message need to explain what's going on better, because the confusion that's erupted over this seems to derive from the rather poor way the AviSynth documentation describes the difference between fie

Re: [FFmpeg-devel] [PATCH] avisynth.c corrected interlace detection

2021-05-27 Thread Stephen Hutchinson
On 5/24/2021 11:03 AM, emcodem wrote: Sorry for the delay on this, should have corrected it much earlier. There was some confusion in the interlaced analysis. From 3rdparty decoders perspective, a clip can only be interlaced when it is NOT field_based. This is because in a field_based clip, the

[FFmpeg-devel] [PATCH] avisynth.c corrected interlace detection

2021-05-24 Thread emcodem
Sorry for the delay on this, should have corrected it much earlier. There was some confusion in the interlaced analysis. From 3rdparty decoders perspective, a clip can only be interlaced when it is NOT field_based. This is because in a field_based clip, the fields are separate images, so it is ac