diff options
author | tomajsjiang <tomajsjiang@tencent.com> | 2020-08-06 09:51:11 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2020-08-08 15:04:34 +0800 |
commit | 926061fff1dea1463cb8810305f814e784d8ad60 (patch) | |
tree | bc0d0d31d16f3636169553529d98c23b47be2539 /doc/filters.texi | |
parent | 06fef1e9f11a45df809e7cc4522f7174f48a664f (diff) | |
download | ffmpeg-926061fff1dea1463cb8810305f814e784d8ad60.tar.gz |
doc/filters: update filter buffer/abuffer interface file name
Update filter buffer/abuffer interface file name, from
libavfilter/{vsrc|asrc_buffer.h} to libavfilter/buffersrc.h
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Signed-off-by: tomajsjiang <tomajsjiang@tencent.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 561aa98a9d..d8cd45066a 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: |