mpegvideo_enc: remove stray semicolon
Fixes CID991857 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f1c3d8b344
commit
ad98567198
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue