projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef712a3
)
Allow creation of filter graphs from a graph description structure which
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 21:37:44 +0000
(21:37 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 21:37:44 +0000
(21:37 +0000)
can be created programmatically or loaded from a file.
Commited in SoC by Bobby Bingham on 2007-08-14 22:27:05
Originally committed as revision 12004 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/avfilter.c
patch
|
blob
|
history
diff --git
a/libavfilter/avfilter.c
b/libavfilter/avfilter.c
index b5a642eb5d34caa1496c657c9792629b0a7e4b35..c2b283aa6a42d16ed2d0a5831c7400eb71973a4c 100644
(file)
--- a/
libavfilter/avfilter.c
+++ b/
libavfilter/avfilter.c
@@
-220,6
+220,8
@@
void avfilter_init(void)
avfilter_register(&vf_crop);
avfilter_register(&vf_fps);
avfilter_register(&vf_graph);
+ avfilter_register(&vf_graphdesc);
+ avfilter_register(&vf_graphfile);
avfilter_register(&vf_overlay);
avfilter_register(&vf_passthrough);
avfilter_register(&vf_rgb2bgr);