mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-08 12:21:07 +00:00
Rename "buffer" filter to "fifo"
Commited in SoC by Bobby Bingham on 2007-08-18 16:40:31 Originally committed as revision 12018 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8179953777
commit
dd299c681f
@ -267,8 +267,8 @@ void avfilter_init(void)
|
||||
{
|
||||
avfilter_register(&vsrc_dummy);
|
||||
avfilter_register(&vsrc_ppm);
|
||||
avfilter_register(&vf_buffer);
|
||||
avfilter_register(&vf_crop);
|
||||
avfilter_register(&vf_fifo);
|
||||
avfilter_register(&vf_fps);
|
||||
avfilter_register(&vf_graph);
|
||||
avfilter_register(&vf_graphdesc);
|
||||
|
Loading…
Reference in New Issue
Block a user