From patchwork Wed Sep 9 17:43:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul B Mahol X-Patchwork-Id: 22239 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 9495B44A885 for ; Wed, 9 Sep 2020 20:44:02 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7231A68B91D; Wed, 9 Sep 2020 20:44:02 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-ej1-f68.google.com (mail-ej1-f68.google.com [209.85.218.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BF15C68B910 for ; Wed, 9 Sep 2020 20:43:56 +0300 (EEST) Received: by mail-ej1-f68.google.com with SMTP id j11so4837656ejk.0 for ; Wed, 09 Sep 2020 10:43:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=hevnkrPkcJt8TyaJCtwHMy20QuapvPFyIQwYO1oc1/A=; b=tJboaX0Lus0KsvEWY2mlt65IJ27Spgb3dJqE1c567Yp5c0unkWQ51KlY7KRBS9Oh1O twEGzCaIJ+humx9vUdetEBgjIOB/Y4L+hVS44nrA7BR/ZCSrGzQt0FGrObc2y+mZTTha qB8L139Kw0/YdbpacEjbLPAaFwUcVHmLIzCnKRsNLQWCaNDn+wZloNzVZkJL/2SxEbSS biyojRKruGrDfuznT6puyNLOh2V6/eToD6DbY8t9oC3BNR4l1nzqws3Ma2gKRfFV4jyR GgrKalnmYUlbV44y8XbFAftXn/TlpofS+8KDkJL4fnUYHaWmhD4vboAjg33aEciBOkzN 57AQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=hevnkrPkcJt8TyaJCtwHMy20QuapvPFyIQwYO1oc1/A=; b=lDn23fDpRXUFGM3Qn5IdbXOpBz6W7AoVB2EzIkMjYYJ5n3HIwTNI/ZpMTgVC1shIHO gwpohUiO1hLytIpL5lTk70Gh+yqCpKcc5n3is7X+tAF3OYM636K8My8tjWlrs+ubNkFz IO1RzsiXLnROKUqEpIkPd+IHny2iv+uM6dK1+f7pYan2Fwntfm2vhV7xqdtlJoVo7H6j OAWwPAr0KNg4fShEZmps1rIYsgPZsV/TSTbqZFe24f6dN+A+od1Ssbum9+1/flReO3Pe j5UXF44gZDQq39ydyHehqdRaF8EO2SnOrIlUmuU5LKunEqx32Zja21sI7wPA6bZA52mL TUiQ== X-Gm-Message-State: AOAM530x50Lu/NLz/RB5/hrSunWtcTgUJtGwADiMkyDbI/IiWhJYRDYQ RwkWgbTX2Nh3h5wRHXBihv/JeqWGmvvCrw== X-Google-Smtp-Source: ABdhPJzP2fNthTpBbHu67x0oCm/3Bh00rFS0/Mpi2LHD3VsjXLR37HrKebG9cPpQDebnn1t4qHT4ZQ== X-Received: by 2002:a17:906:b086:: with SMTP id x6mr5027169ejy.204.1599673436065; Wed, 09 Sep 2020 10:43:56 -0700 (PDT) Received: from localhost.localdomain ([94.250.162.52]) by smtp.gmail.com with ESMTPSA id c5sm3147367ejk.37.2020.09.09.10.43.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Sep 2020 10:43:55 -0700 (PDT) From: Paul B Mahol To: ffmpeg-devel@ffmpeg.org Date: Wed, 9 Sep 2020 19:43:46 +0200 Message-Id: <20200909174346.15754-1-onemda@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [FFmpeg-devel] [PATCH] avfilter/avfilter: remove obsolete comment X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Paul B Mahol --- libavfilter/avfilter.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index d2ab489ac0..8ff22c71e3 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -1424,9 +1424,6 @@ static int ff_filter_activate_default(AVFilterContext *filter) Rationale: checking frame_blocked_in is necessary to avoid requesting repeatedly on a blocked input if another is not blocked (example: [buffersrc1][testsrc1][buffersrc2][testsrc2]concat=v=2). - - TODO: respect needs_fifo and remove auto-inserted fifos. - */ int ff_filter_activate(AVFilterContext *filter)