mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Add simple doxy to link_filter().
Originally committed as revision 24422 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
94b2120dfb
commit
d2874a9d59
@ -30,6 +30,11 @@
|
||||
|
||||
#define WHITESPACES " \n\t"
|
||||
|
||||
/**
|
||||
* Link two filters together.
|
||||
*
|
||||
* @see avfilter_link()
|
||||
*/
|
||||
static int link_filter(AVFilterContext *src, int srcpad,
|
||||
AVFilterContext *dst, int dstpad,
|
||||
AVClass *log_ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user