提交 3583eb93 编写于 作者: P Philip Langdale

CrystalHD: Remove redundant interlaced check.

Signed-off-by: NPhilip Langdale <philipl@overt.org>
上级 a1749eb3
......@@ -597,8 +597,7 @@ static inline CopyRet copy_frame(AVCodecContext *avctx,
for (sY = 0; sY < height; dY++, sY++) {
memcpy(&(dst[dY * dStride]), &(src[sY * sStride]), bwidth);
if (interlaced)
dY++;
dY++;
}
} else {
av_image_copy_plane(dst, dStride, src, sStride, bwidth, height);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册