Browse Source

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
tags/v0.5
Vitor Sessak 18 years ago
parent
commit
0970ec6ae0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/avfilter.c

+ 2
- 0
libavfilter/avfilter.c View File

@@ -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);


Loading…
Cancel
Save