[SCM] libav/experimental: Presentation timestamp (PTS) modification filter

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


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

    Presentation timestamp (PTS) modification filter
    
    Commited in SoC by  on 2008-01-12 00:35:29
    
    Originally committed as revision 12037 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 512e363..16c15a0 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -301,7 +301,9 @@ void avfilter_init(void)
     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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list