Commit c8b3dcfa authored by vitor's avatar vitor

Add a filter to act as a buffer between filters which may output multiple

frames for a single call to request_filter(), and a following filter which
assumes it will only receive one frame per call.

Commited in SoC by Bobby Bingham on 2007-08-18 03:17:52


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12016 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e0f1c870
...@@ -267,6 +267,7 @@ void avfilter_init(void) ...@@ -267,6 +267,7 @@ void avfilter_init(void)
{ {
avfilter_register(&vsrc_dummy); avfilter_register(&vsrc_dummy);
avfilter_register(&vsrc_ppm); avfilter_register(&vsrc_ppm);
avfilter_register(&vf_buffer);
avfilter_register(&vf_crop); avfilter_register(&vf_crop);
avfilter_register(&vf_fps); avfilter_register(&vf_fps);
avfilter_register(&vf_graph); avfilter_register(&vf_graph);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment