Paul B Mahol (12021-09-06): > Yes. Because .activate fixes numerous issues. > I see that only scale2ref is still using old way with multiple inputs. It > probably should be fixed, > and after that assert should be added in this file so new filters do not > expose same limitations and mistakes of the past.
Thank you for explaining this. A filter with several inputs but no synchronization between them is a nonsense. If there is no synchronization, it should be two separate filters. It is possible to synchronize without activate, it was done before activate; but it is harder. Anyway, the code that is changed by this patch is the fall-back code for filters without a request_frame() callback, and this was only ever allowed if there is a single input. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".