diff mbox series

[FFmpeg-devel,1/3] doc/filters: update filter buffer/abuffer interface file name

Message ID 1596807417-17766-1-git-send-email-mypopydev@gmail.com
State Accepted
Commit 926061fff1dea1463cb8810305f814e784d8ad60
Headers show
Series [FFmpeg-devel,1/3] doc/filters: update filter buffer/abuffer interface file name | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Jun Zhao Aug. 7, 2020, 1:36 p.m. UTC
From: tomajsjiang <tomajsjiang@tencent.com>

Update filter buffer/abuffer interface file name, from
libavfilter/{vsrc|asrc_buffer.h} to libavfilter/buffersrc.h

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Signed-off-by: tomajsjiang <tomajsjiang@tencent.com>
---
 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Gyan Doshi Aug. 8, 2020, 4:55 a.m. UTC | #1
On 07-08-2020 07:06 pm, Jun Zhao wrote:
> From: tomajsjiang <tomajsjiang@tencent.com>
>
> Update filter buffer/abuffer interface file name, from
> libavfilter/{vsrc|asrc_buffer.h} to libavfilter/buffersrc.h
>
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> Signed-off-by: tomajsjiang <tomajsjiang@tencent.com>
> ---
>   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:

LGTM.

Gyan
Jun Zhao Aug. 8, 2020, 7:08 a.m. UTC | #2
On Sat, Aug 8, 2020 at 12:56 PM Gyan Doshi <ffmpeg@gyani.pro> wrote:
>
>
>
> On 07-08-2020 07:06 pm, Jun Zhao wrote:
> > From: tomajsjiang <tomajsjiang@tencent.com>
> >
> > Update filter buffer/abuffer interface file name, from
> > libavfilter/{vsrc|asrc_buffer.h} to libavfilter/buffersrc.h
> >
> > Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> > Signed-off-by: tomajsjiang <tomajsjiang@tencent.com>
> > ---
> >   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:
>
> LGTM.
>
Pused patch 1-3 ,thx
diff mbox series

Patch

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: