]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: update filter buffer/abuffer interface file name
authortomajsjiang <tomajsjiang@tencent.com>
Thu, 6 Aug 2020 01:51:11 +0000 (09:51 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Sat, 8 Aug 2020 07:04:34 +0000 (15:04 +0800)
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>
doc/filters.texi

index 561aa98a9ddef8a7e686d2dc0c7022b00886cd7a..d8cd45066acc6c87ecd9daeeebe9a3049cddb21b 100644 (file)
@@ -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: