[SCM] libav/experimental: Missing semicolon typo
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:14:20 UTC 2013
The following commit has been merged in the experimental branch:
commit 72e3037a2caa1076b9a65b1384c5c5ead2dba096
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Fri Feb 15 21:36:10 2008 +0000
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
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 894e9d3..ae69134 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);
}
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list