mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
mpegvideo_enc: remove stray semicolon
Fixes CID991857 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f1c3d8b344
commit
ad98567198
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user