提交 61230797 编写于 作者: N Nicolas George

lavfi: change "transmedia" into "multimedia".

上级 be33da9a
......@@ -4008,10 +4008,10 @@ tools.
@c man end VIDEO SINKS
@chapter Transmedia Filters
@c man begin TRANSMEDIA FILTERS
@chapter Multimedia Filters
@c man begin MULTIMEDIA FILTERS
Below is a description of the currently available transmedia filters.
Below is a description of the currently available multimedia filters.
@section concat
......@@ -4126,4 +4126,4 @@ aevalsrc=sin(1*2*PI*t)*sin(880*2*PI*t):cos(2*PI*200*t),asplit[out0],showwaves=r=
@end example
@end itemize
@c man end TRANSMEDIA FILTERS
@c man end MULTIMEDIA FILTERS
......@@ -198,7 +198,7 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_yuvcsp.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_yvu9.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/pullup.o
# transmedia filters
# multimedia filters
OBJS-$(CONFIG_CONCAT_FILTER) += avf_concat.o
OBJS-$(CONFIG_SHOWWAVES_FILTER) += avf_showwaves.o
......
......@@ -135,7 +135,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (BUFFERSINK, buffersink, vsink);
REGISTER_FILTER (NULLSINK, nullsink, vsink);
/* transmedia filters */
/* multimedia filters */
REGISTER_FILTER (CONCAT, concat, avf);
REGISTER_FILTER (SHOWWAVES, showwaves, avf);
......
......@@ -20,7 +20,7 @@
/**
* @file
* audio to video transmedia filter
* audio to video multimedia filter
*/
#include "libavutil/audioconvert.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册