OSDN Git Service

Missing semicolon typo
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 21:36:10 +0000 (21:36 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 21:36:10 +0000 (21:36 +0000)
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

index 894e9d3..ae69134 100644 (file)
@@ -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);
 }