Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
61230797
Commit
61230797
authored
Jul 23, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: change "transmedia" into "multimedia".
parent
be33da9a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
filters.texi
doc/filters.texi
+4
-4
Makefile
libavfilter/Makefile
+1
-1
allfilters.c
libavfilter/allfilters.c
+1
-1
avf_showwaves.c
libavfilter/avf_showwaves.c
+1
-1
No files found.
doc/filters.texi
View file @
61230797
...
...
@@ -4008,10 +4008,10 @@ tools.
@c man end VIDEO SINKS
@chapter
Trans
media Filters
@c man begin
TRANS
MEDIA FILTERS
@chapter
Multi
media Filters
@c man begin
MULTI
MEDIA FILTERS
Below is a description of the currently available
trans
media filters.
Below is a description of the currently available
multi
media 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
TRANS
MEDIA FILTERS
@c man end
MULTI
MEDIA FILTERS
libavfilter/Makefile
View file @
61230797
...
...
@@ -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
#
trans
media filters
#
multi
media filters
OBJS-$(CONFIG_CONCAT_FILTER)
+=
avf_concat.o
OBJS-$(CONFIG_SHOWWAVES_FILTER)
+=
avf_showwaves.o
...
...
libavfilter/allfilters.c
View file @
61230797
...
...
@@ -135,7 +135,7 @@ void avfilter_register_all(void)
REGISTER_FILTER
(
BUFFERSINK
,
buffersink
,
vsink
);
REGISTER_FILTER
(
NULLSINK
,
nullsink
,
vsink
);
/*
trans
media filters */
/*
multi
media filters */
REGISTER_FILTER
(
CONCAT
,
concat
,
avf
);
REGISTER_FILTER
(
SHOWWAVES
,
showwaves
,
avf
);
...
...
libavfilter/avf_showwaves.c
View file @
61230797
...
...
@@ -20,7 +20,7 @@
/**
* @file
* audio to video
trans
media filter
* audio to video
multi
media filter
*/
#include "libavutil/audioconvert.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment