mirror of https://git.ffmpeg.org/ffmpeg.git
Remove dummy and ppm filters which were only for testing.
Remove rgb2bgr filter now that there is a proper colorspace conversion filter. Commited in SoC by Bobby Bingham on 2007-08-20 18:01:34 Originally committed as revision 12023 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f9033975fc
commit
4d7c9be36d
|
@ -321,8 +321,6 @@ void avfilter_register(AVFilter *filter)
|
||||||
|
|
||||||
void avfilter_init(void)
|
void avfilter_init(void)
|
||||||
{
|
{
|
||||||
avfilter_register(&avfilter_vsrc_dummy);
|
|
||||||
avfilter_register(&avfilter_vsrc_ppm);
|
|
||||||
avfilter_register(&avfilter_vf_crop);
|
avfilter_register(&avfilter_vf_crop);
|
||||||
avfilter_register(&avfilter_vf_fifo);
|
avfilter_register(&avfilter_vf_fifo);
|
||||||
avfilter_register(&avfilter_vf_fps);
|
avfilter_register(&avfilter_vf_fps);
|
||||||
|
@ -332,7 +330,6 @@ void avfilter_init(void)
|
||||||
avfilter_register(&avfilter_vf_negate);
|
avfilter_register(&avfilter_vf_negate);
|
||||||
avfilter_register(&avfilter_vf_overlay);
|
avfilter_register(&avfilter_vf_overlay);
|
||||||
avfilter_register(&avfilter_vf_passthrough);
|
avfilter_register(&avfilter_vf_passthrough);
|
||||||
avfilter_register(&avfilter_vf_rgb2bgr);
|
|
||||||
avfilter_register(&avfilter_vf_scale);
|
avfilter_register(&avfilter_vf_scale);
|
||||||
avfilter_register(&avfilter_vf_slicify);
|
avfilter_register(&avfilter_vf_slicify);
|
||||||
avfilter_register(&avfilter_vf_split);
|
avfilter_register(&avfilter_vf_split);
|
||||||
|
|
Loading…
Reference in New Issue