Commit ad985671 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegvideo_enc: remove stray semicolon

Fixes CID991857
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f1c3d8b3
......@@ -986,7 +986,7 @@ static int load_input_picture(MpegEncContext *s, const AVFrame *pic_arg)
}
if (pic_arg) {
if (!pic_arg->buf[0]);
if (!pic_arg->buf[0])
direct = 0;
if (pic_arg->linesize[0] != s->linesize)
direct = 0;
......
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