Commit b8a7c5a5 authored by vitor's avatar vitor

Add an equivalent to the mplayer format filter

Commited in SoC by Bobby Bingham on 2007-12-24 21:53:10


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12034 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b579475e
......@@ -292,6 +292,7 @@ void avfilter_init(void)
{
avfilter_register(&avfilter_vf_crop);
avfilter_register(&avfilter_vf_fifo);
avfilter_register(&avfilter_vf_format);
avfilter_register(&avfilter_vf_fps);
avfilter_register(&avfilter_vf_graph);
avfilter_register(&avfilter_vf_graphdesc);
......
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