Browse Source

exr: remove dead assigment

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.0
Paul B Mahol 13 years ago
parent
commit
5ee41d00f6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/exr.c

+ 0
- 2
libavcodec/exr.c View File

@@ -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;


Loading…
Cancel
Save