Commit 2b6f31c8 authored by vitor's avatar vitor

Prefix names of filter structs

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12019 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8b81a532
......@@ -265,20 +265,20 @@ void avfilter_register(AVFilter *filter)
void avfilter_init(void)
{
avfilter_register(&vsrc_dummy);
avfilter_register(&vsrc_ppm);
avfilter_register(&vf_crop);
avfilter_register(&vf_fifo);
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);
avfilter_register(&vf_slicify);
avfilter_register(&vf_split);
avfilter_register(&vf_vflip);
avfilter_register(&avfilter_vsrc_dummy);
avfilter_register(&avfilter_vsrc_ppm);
avfilter_register(&avfilter_vf_crop);
avfilter_register(&avfilter_vf_fifo);
avfilter_register(&avfilter_vf_fps);
avfilter_register(&avfilter_vf_graph);
avfilter_register(&avfilter_vf_graphdesc);
avfilter_register(&avfilter_vf_graphfile);
avfilter_register(&avfilter_vf_overlay);
avfilter_register(&avfilter_vf_passthrough);
avfilter_register(&avfilter_vf_rgb2bgr);
avfilter_register(&avfilter_vf_slicify);
avfilter_register(&avfilter_vf_split);
avfilter_register(&avfilter_vf_vflip);
}
void avfilter_uninit(void)
......
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