Commit 3ce7a9a0 authored by vitor's avatar vitor

Missing semicolon typo

Commited in SoC by Bobby Bingham on 2007-07-08 16:18:21


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11981 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b484a2b6
...@@ -240,7 +240,7 @@ void avfilter_init(void) ...@@ -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);
} }
......
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