From patchwork Fri Aug 7 13:36:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 21524 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 B72EE44BA21 for ; Fri, 7 Aug 2020 16:42:51 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8F8C568B8AC; Fri, 7 Aug 2020 16:42:51 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5AB0D68B01D for ; Fri, 7 Aug 2020 16:42:45 +0300 (EEST) Received: by mail-wm1-f68.google.com with SMTP id p14so1782570wmg.1 for ; Fri, 07 Aug 2020 06:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=q92lEcdEOWR7FrjO6zMJbI0qdtSzcueGMkkL35YLOiA=; b=sBDt5/SV+5o6FJ4F1CvFqx6R8hXRnrGoxwHLDLY6Xqf6T9H2qrH34hHN/yW4nUbpqG DqPDE5uU2dgY7uv67tbvSyZ0gQzP7iW/57dzMCai6lP/Rb2/m9AfX9MF345LZTI7nZSU NLo6u1JIaecO7rh/E2GUlA9O6nly6PgJ+p+elpo5DmH1u97qp5vPEcyrSm2raqzuvalz eGFxkWVemNfKJEeJmycrtxGUCqvJ1X8mRQL1PQwfpa0IJaC14A4LIas+OMVUxd+WwumQ /red23q2l8AHBl2o0NOnujQz+VO4XFRTJqmgpBKvupMvvcoY0zc5G5zWA2lRi9TfCPOZ sxkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=q92lEcdEOWR7FrjO6zMJbI0qdtSzcueGMkkL35YLOiA=; b=TbeH94fmITSCqtVVYP11HEOt6f7SOiK0srcMY3uCKPhbfseGvgEonCKvEFeMiqVtDj r2TCFrlEytsrJJo3pAIMy3yd8MC6OGJg+J05G1dVuHRhbfVetGcX7Hc9hO6rMRWzSAPY lUAT/1O5Zuh7gVvgMS94PsbEgCFe3VFjKgdc1iuD5fbbNFN5H+Xzg2Iu4CCDT1OWRFTE vVsetRmFnkLhMiH1e6xYmy54XVCgG+0mfgZI96tottIve/HfKNTYMxAuJx5+VO4GFSum okVbgNndAcU4q38sxWipA9VwM7CPco1q+xDYgzQJ8YHPDE1wDqzFk3I8cupgsDipzxHc kF7g== X-Gm-Message-State: AOAM531ZrM6JOCITpBurHbMqfdVXMZhfAMwRfGtGOd/vO6364MqJUvEg jDJ+hOLc2+lKytCKFnK5q5ZtCB4D X-Google-Smtp-Source: ABdhPJzCWrP6nhAu1ANKl6Xo3Q1xYsLHcFivue8umH+snAKAvnqqyRQydBFWQLNzO17lsBlDOa9m4g== X-Received: by 2002:a1c:286:: with SMTP id 128mr12145919wmc.37.1596807421069; Fri, 07 Aug 2020 06:37:01 -0700 (PDT) Received: from localhost.localdomain ([49.51.162.193]) by smtp.gmail.com with ESMTPSA id o30sm10513063wra.67.2020.08.07.06.37.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2020 06:37:00 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Aug 2020 21:36:55 +0800 Message-Id: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 2.7.4 Subject: [FFmpeg-devel] [PATCH 1/3] doc/filters: update filter buffer/abuffer interface file name 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 Cc: Jun Zhao , tomajsjiang MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: tomajsjiang Update filter buffer/abuffer interface file name, from libavfilter/{vsrc|asrc_buffer.h} to libavfilter/buffersrc.h Signed-off-by: Jun Zhao Signed-off-by: tomajsjiang --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 561aa98..d8cd450 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5798,7 +5798,7 @@ Below is a description of the currently available audio sources. Buffer audio frames, and make them available to the filter chain. This source is mainly intended for a programmatic use, in particular -through the interface defined in @file{libavfilter/asrc_abuffer.h}. +through the interface defined in @file{libavfilter/buffersrc.h}. It accepts the following parameters: @table @option @@ -22232,7 +22232,7 @@ Below is a description of the currently available video sources. Buffer video frames, and make them available to the filter chain. This source is mainly intended for a programmatic use, in particular -through the interface defined in @file{libavfilter/vsrc_buffer.h}. +through the interface defined in @file{libavfilter/buffersrc.h}. It accepts the following parameters: