[FFmpeg-devel] [PATCH 1/3] doc/filters: update filter buffer/abuffer interface file name
Jun Zhao
mypopydev at gmail.com
Fri Aug 7 16:36:55 EEST 2020
From: tomajsjiang <tomajsjiang at 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 at tencent.com>
Signed-off-by: tomajsjiang <tomajsjiang at 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:
--
2.7.4
More information about the ffmpeg-devel
mailing list