mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
Missing semicolon typo
Commited in SoC by Bobby Bingham on 2007-07-08 16:18:21 Originally committed as revision 11981 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
efb36bfc21
commit
72e3037a2c
@ -240,7 +240,7 @@ void avfilter_init(void)
|
|||||||
avfilter_register(&vsrc_ppm);
|
avfilter_register(&vsrc_ppm);
|
||||||
avfilter_register(&vf_crop);
|
avfilter_register(&vf_crop);
|
||||||
avfilter_register(&vf_passthrough);
|
avfilter_register(&vf_passthrough);
|
||||||
avfilter_register(&vf_rgb2bgr)
|
avfilter_register(&vf_rgb2bgr);
|
||||||
avfilter_register(&vf_slicify);
|
avfilter_register(&vf_slicify);
|
||||||
avfilter_register(&vo_sdl);
|
avfilter_register(&vo_sdl);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user