diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:40:20 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:40:20 +0000 |
commit | 0970ec6ae09a4f8ee9ffe815bb984cdec88410ee (patch) | |
tree | 032a2bc7e0ef0f69a9282a18c7f29627c489216a /libavfilter | |
parent | be69699067ae73065bf92ac280e7ae23e4f115dc (diff) | |
download | ffmpeg-0970ec6ae09a4f8ee9ffe815bb984cdec88410ee.tar.gz |
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
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 512e3637b7..16c15a0131 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); |