mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Missed this file in my conditional compilation patch
Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32 Originally committed as revision 12058 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
74b46655d4
commit
b57fc32787
@ -298,27 +298,7 @@ void avfilter_register(AVFilter *filter)
|
||||
|
||||
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);
|
||||
avfilter_register(&avfilter_vf_graphfile);
|
||||
avfilter_register(&avfilter_vf_hflip);
|
||||
avfilter_register(&avfilter_vf_negate);
|
||||
avfilter_register(&avfilter_vf_noformat);
|
||||
avfilter_register(&avfilter_vf_overlay);
|
||||
avfilter_register(&avfilter_vf_rotate);
|
||||
avfilter_register(&avfilter_vf_scale);
|
||||
avfilter_register(&avfilter_vf_setpts);
|
||||
avfilter_register(&avfilter_vf_slicify);
|
||||
avfilter_register(&avfilter_vf_split);
|
||||
avfilter_register(&avfilter_vf_transpose);
|
||||
avfilter_register(&avfilter_vf_vflip);
|
||||
#ifdef CONFIG_AVFILTER_LAVF
|
||||
avfilter_register(&avfilter_vsrc_movie);
|
||||
#endif //CONFIG_AVFILTER_LAVF
|
||||
avfilter_register_all();
|
||||
}
|
||||
|
||||
void avfilter_uninit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user