From 72e3037a2caa1076b9a65b1384c5c5ead2dba096 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 15 Feb 2008 21:36:10 +0000 Subject: [PATCH] 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 --- libavfilter/avfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 894e9d3374..ae69134b78 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -240,7 +240,7 @@ void avfilter_init(void) avfilter_register(&vsrc_ppm); avfilter_register(&vf_crop); avfilter_register(&vf_passthrough); - avfilter_register(&vf_rgb2bgr) + avfilter_register(&vf_rgb2bgr); avfilter_register(&vf_slicify); avfilter_register(&vo_sdl); } -- GitLab