Commit 032598f2 authored by vitor's avatar vitor

Presentation timestamp (PTS) modification filter

Commited in SoC by  on 2008-01-12 00:35:29


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12037 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c007bcd1
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment