diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-23 11:44:48 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-23 11:44:48 +0200 |
commit | 612307978d6e7969d864bc9eea3c095185531d31 (patch) | |
tree | b83ff872b66bdecd14870898f92c4b65db0a0b8a /libavfilter | |
parent | be33da9a1d23f4770f6f1e01157f601ac6453b13 (diff) | |
download | ffmpeg-612307978d6e7969d864bc9eea3c095185531d31.tar.gz |
lavfi: change "transmedia" into "multimedia".
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/Makefile | 2 | ||||
-rw-r--r-- | libavfilter/allfilters.c | 2 | ||||
-rw-r--r-- | libavfilter/avf_showwaves.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index eae84fa7b8..15ca959c6e 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -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 diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index f35af65119..58a3c14283 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -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); diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c index 2494a7088f..3939fe5046 100644 --- a/libavfilter/avf_showwaves.c +++ b/libavfilter/avf_showwaves.c @@ -20,7 +20,7 @@ /** * @file - * audio to video transmedia filter + * audio to video multimedia filter */ #include "libavutil/audioconvert.h" |