Add an equivalent to the mplayer format filter
Commited in SoC by Bobby Bingham on 2007-12-24 21:53:10 Originally committed as revision 12034 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc0bb5a160
commit
e946c25a2f
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ void avfilter_init(void)
|
|||
{
|
||||
avfilter_register(&avfilter_vf_crop);
|
||||
avfilter_register(&avfilter_vf_fifo);
|
||||
avfilter_register(&avfilter_vf_format);
|
||||
avfilter_register(&avfilter_vf_fps);
|
||||
avfilter_register(&avfilter_vf_graph);
|
||||
avfilter_register(&avfilter_vf_graphdesc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue