You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user