mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Make the filter graph just another normal filter.
Commited in SoC by Bobby Bingham on 2007-07-31 20:08:38 Originally committed as revision 11996 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c5ef7d7b3e
commit
d4169dd3a4
@ -283,6 +283,7 @@ void avfilter_init(void)
|
||||
avfilter_register(&vsrc_dummy);
|
||||
avfilter_register(&vsrc_ppm);
|
||||
avfilter_register(&vf_crop);
|
||||
avfilter_register(&vf_graph);
|
||||
avfilter_register(&vf_passthrough);
|
||||
avfilter_register(&vf_rgb2bgr);
|
||||
avfilter_register(&vf_slicify);
|
||||
|
Loading…
Reference in New Issue
Block a user