|
|
|
@@ -1035,6 +1035,8 @@ static int load_input_picture(MpegEncContext *s, const AVFrame *pic_arg) |
|
|
|
direct = 0; |
|
|
|
if (pic_arg->linesize[2] != s->uvlinesize) |
|
|
|
direct = 0; |
|
|
|
if ((s->width & 15) || (s->height & 15)) |
|
|
|
direct = 0; |
|
|
|
|
|
|
|
av_dlog(s->avctx, "%d %d %td %td\n", pic_arg->linesize[0], |
|
|
|
pic_arg->linesize[1], s->linesize, s->uvlinesize); |
|
|
|
|