Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-07-23 13:44:48 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-07-23 13:44:48 +0400
commit612307978d6e7969d864bc9eea3c095185531d31 (patch)
treeb83ff872b66bdecd14870898f92c4b65db0a0b8a /libavfilter/allfilters.c
parentbe33da9a1d23f4770f6f1e01157f601ac6453b13 (diff)
lavfi: change "transmedia" into "multimedia".
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 1 insertions, 1 deletions
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);