[SCM] libav/experimental: Remove dummy and ppm filters which were only for testing. Remove rgb2bgr filter now that there is a proper colorspace conversion filter.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:14:33 UTC 2013
The following commit has been merged in the experimental branch:
commit 4d7c9be36d48371917fa72c47bc37944884e2ea4
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Fri Feb 15 21:39:05 2008 +0000
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
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 5a757c1..e017e77 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -321,8 +321,6 @@ void avfilter_register(AVFilter *filter)
void avfilter_init(void)
{
- 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);
@@ -332,7 +330,6 @@ void avfilter_init(void)
avfilter_register(&avfilter_vf_negate);
avfilter_register(&avfilter_vf_overlay);
avfilter_register(&avfilter_vf_passthrough);
- avfilter_register(&avfilter_vf_rgb2bgr);
avfilter_register(&avfilter_vf_scale);
avfilter_register(&avfilter_vf_slicify);
avfilter_register(&avfilter_vf_split);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list