[SCM] libav/experimental: Add a filter to modify the framerate. This demonstrates differing number of input and output frames.

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


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

    Add a filter to modify the framerate.
    This demonstrates differing number of input and output frames.
    
    Commited in SoC by Bobby Bingham on 2007-08-11 17:50:36
    
    Originally committed as revision 12002 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 2793ac9..d425e88 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -218,6 +218,7 @@ void avfilter_init(void)
     avfilter_register(&vsrc_dummy);
     avfilter_register(&vsrc_ppm);
     avfilter_register(&vf_crop);
+    avfilter_register(&vf_fps);
     avfilter_register(&vf_graph);
     avfilter_register(&vf_passthrough);
     avfilter_register(&vf_rgb2bgr);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list