lavfi: change "transmedia" into "multimedia".

pull/28/head
Nicolas George 13 years ago
parent be33da9a1d
commit 612307978d
  1. 8
      doc/filters.texi
  2. 2
      libavfilter/Makefile
  3. 2
      libavfilter/allfilters.c
  4. 2
      libavfilter/avf_showwaves.c

@ -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"

Loading…
Cancel
Save