CrystalHD: Remove redundant interlaced check.
Signed-off-by: Philip Langdale <philipl@overt.org>
This commit is contained in:
parent
a1749eb3c3
commit
3583eb9341
@ -597,7 +597,6 @@ 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++;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user