Commit a37f2cc5 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_format: fix duplicate ;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6e9dbee7
......@@ -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)))
......
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