Commit 5ee41d00 authored by Paul B Mahol's avatar Paul B Mahol

exr: remove dead assigment

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent dd0a9b78
......@@ -457,8 +457,6 @@ static int decode_frame(AVCodecContext *avctx,
// Zero out the end if xmax+1 is not w
memset(ptr_x, 0, (avctx->width - (xmax + 1)) * 2 * av_pix_fmt_descriptors[avctx->pix_fmt].nb_components);
ptr_x += (avctx->width - (xmax + 1)) * av_pix_fmt_descriptors[avctx->pix_fmt].nb_components;
}
// Move to next line
ptr += stride;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment