Remove redundant ;

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2019-12-08 00:20:11 +01:00
parent 67d4940a77
commit a0ae4b7df9
5 changed files with 6 additions and 6 deletions

View file

@ -154,7 +154,7 @@ static void mpegvideo_extract_headers(AVCodecParserContext *s,
break;
}
}
the_end: ;
the_end:
if (set_dim_ret < 0)
av_log(avctx, AV_LOG_ERROR, "Failed to set dimensions\n");