[SCM] libav/experimental: Missed this file in my conditional compilation patch Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:14:44 UTC 2013


The following commit has been merged in the experimental branch:
commit b57fc327870b73e835028541d92e6ce657334188
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Fri Feb 15 21:41:40 2008 +0000

    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

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 30a19c7..ddc0140 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list