Remove redundant ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
67d4940a77
commit
a0ae4b7df9
5 changed files with 6 additions and 6 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue