mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-25 14:18:35 +08:00
mpegvideo_enc: remove stray semicolon
Fixes CID991857 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user