[FFmpeg-devel] [PATCH 2/2] avfilter/vf_scale2ref: switch to FFFrameSync
Niklas Haas
ffmpeg at haasn.xyz
Wed Mar 20 16:23:53 EET 2024
On Tue, 19 Mar 2024 22:55:56 +0100 Michael Niedermayer <michael at niedermayer.cc> wrote:
> is it neccessary to drop compatibility to the old syntax ?
Only if we want to use framesync. If we don't care about synchronizing
the streams, then we could drop FS and just use a custom activate
function which forwards output status only to the *corresponding* input.
Maybe also with printing a warning if the refstream parameters do happen
to change, since at that point we know it wouldn't be in sync.
More information about the ffmpeg-devel
mailing list