Andreas Rheinhardt (12020-09-09): > How should one then check whether an input is finished? Check for > ff_inlink_check_available_samples(ctx->inputs[i], > ff_inlink_queued_samples(ctx->inputs[i]) + 1) being 1?
No, these tell you what can be obtained immediately. The test for a finished input is ff_inlink_acknowledge_status(). The need for this test is probably the sign of a flawed logic: the filter is trying to anticipate things when it should just be organized to do as necessary. 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".