Commit dd282fc0 authored by vitor's avatar vitor

Add movie file video source filter.

Commited in SoC by  on 2008-01-31 20:55:50


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12038 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 032598f2
...@@ -308,6 +308,9 @@ void avfilter_init(void) ...@@ -308,6 +308,9 @@ void avfilter_init(void)
avfilter_register(&avfilter_vf_split); avfilter_register(&avfilter_vf_split);
avfilter_register(&avfilter_vf_transpose); avfilter_register(&avfilter_vf_transpose);
avfilter_register(&avfilter_vf_vflip); avfilter_register(&avfilter_vf_vflip);
#ifdef CONFIG_AVFILTER_LAVF
avfilter_register(&avfilter_vsrc_movie);
#endif //CONFIG_AVFILTER_LAVF
} }
void avfilter_uninit(void) void avfilter_uninit(void)
......
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