[FFmpeg-cvslog] avfilter/vf_format: fix duplicate ;

Michael Niedermayer git at videolan.org
Tue May 27 03:01:36 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue May 27 02:53:17 2014 +0200| [a37f2cc5797a9bd09e535f3353d1a6be0e0cfcf4] | committer: Michael Niedermayer

avfilter/vf_format: fix duplicate ;

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a37f2cc5797a9bd09e535f3353d1a6be0e0cfcf4
---

 libavfilter/vf_format.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c
index cc71b29..afa17fe 100644
--- a/libavfilter/vf_format.c
+++ b/libavfilter/vf_format.c
@@ -92,7 +92,7 @@ static av_cold int init(AVFilterContext *ctx)
     if (!strcmp(ctx->filter->name, "noformat")) {
         const AVPixFmtDescriptor *desc = NULL;
         enum AVPixelFormat *formats_allowed;
-        int nb_formats_lavu = 0, nb_formats_allowed = 0;;
+        int nb_formats_lavu = 0, nb_formats_allowed = 0;
 
         /* count the formats known to lavu */
         while ((desc = av_pix_fmt_desc_next(desc)))



More information about the ffmpeg-cvslog mailing list