mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vf_format: fix duplicate ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6e9dbee7c6
commit
a37f2cc579
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user