From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7B4CB42323 for ; Fri, 4 Mar 2022 22:49:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 862BC68B0B9; Sat, 5 Mar 2022 00:49:46 +0200 (EET) Received: from mail-yw1-f180.google.com (mail-yw1-f180.google.com [209.85.128.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A26E768AF2E for ; Sat, 5 Mar 2022 00:49:39 +0200 (EET) Received: by mail-yw1-f180.google.com with SMTP id 00721157ae682-2dc585dbb02so43880427b3.13 for ; Fri, 04 Mar 2022 14:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=KbvpWIty+7OWFZjIQxW/aEq2QJRO8tGx3QAeKbzPvik=; b=Z4sR4aLmubFX5NkmtN+Vo+uVEMmaUT3RhkhVz6eY2RlfVdK1iPuYPU3/Os6QK6oRVs CtitpJBWMzwz1ukpiNLLyiKu2cneP6DhU+55hJGAoRcduwPxaKisTD8oghsk7CyiuutN NaBnH+1ww9dP8FnaKPKxqrMsECeFOaoUq2dY6Sf5N+DywfmDVh/+0CBwvlRBYER5jaYy 2A8EiMcWFYraBiWlCcspBEiukR/gndijmTVJVX9zny0IG4khB7t2Ztms+AGaeTEySU+b 5gWt4NI71ftKTI4E+o66dNMZLD/7NicVRHnGDbB2weVd5xKQhWL7wspu6mfRmh4d9R7y MhIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=KbvpWIty+7OWFZjIQxW/aEq2QJRO8tGx3QAeKbzPvik=; b=x9UPpwdsIiN/Hvx3Br0cxdKlO7aOuliYeqE2ZvwCjmpcgfbcl1x4l4/JfVo4wgWITb Ufxg3TWsDGJxwp585o4NWiogMSo0PmYrgi4KhOQypBGkz6qAuUb3x9nIgpYl3n4gIWgX x/7YfOlOWv5v1StBl3C5o6g/L+ZuDI6hasK/lVPvcLVRgDjnF382GcDTy4iykCgttPcr 4iuqnjiAVzbtJXP4e5Y2IboSWXxzQEgY6/V4cdRHAJ7DxdgkCs+U+JwjRBwwzXncuUME XC60banTT/JjxyKD8bjcGpFHjh1SDtUVqbx3EzZiVOsrXuUz7NioKABESKE1ywBoE7PH aQ7w== X-Gm-Message-State: AOAM5333QH7RzLMUUx5jvPIZwjTW3HbHnn90vgz+aTEqv9N7wnf1yKHH h5QMOjen7nVLsV7fQLmQXNyj3SeGdoMMhqwOluhr4vqZbJU= X-Google-Smtp-Source: ABdhPJzfyNDaNxE0VOvBOmSy0/q9ukL5LfFSQ2tl2y8cy1pnrX27Z4cUoCXagfeqMtfegoVkZubO5jOeR0o+o8Mu0zU= X-Received: by 2002:a81:486:0:b0:2d7:7785:3f33 with SMTP id 128-20020a810486000000b002d777853f33mr831084ywe.516.1646434178322; Fri, 04 Mar 2022 14:49:38 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a81:5f55:0:0:0:0:0 with HTTP; Fri, 4 Mar 2022 14:49:38 -0800 (PST) In-Reply-To: References: <20220301132720.86396-1-onemda@gmail.com> From: Paul B Mahol Date: Fri, 4 Mar 2022 23:49:38 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avfilter/split: switch to activate() X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 3/4/22, Nicolas George wrote: > Paul B Mahol (12022-03-03): >> It is caused by number of sample per frame. >> >> I tested actually with -f lavfi -i sine only. >> >> And patch resolves issue. > > I do not doubt it does. But even without activate, EOF should not depend > on the number of samples per frame. There is something wrong going on > there, and I want to understand what before this change makes it go > away: otherwise, we might be missing other similar bugs. > > It has waited several months, a few days more will not hurt. > No, wait must stop. The issue is that EOF is never reported if there is >1 frame left in queue before EOF for filters that do not use .activate (and use >1 inputs). > Regards, > > -- > Nicolas George > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".