Commit 996c7349 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/exr: remove pointless initialization

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2d528349
......@@ -523,7 +523,7 @@ static int decode_frame(AVCodecContext *avctx,
channel_list_end = buf + variable_buffer_data_size;
while (channel_list_end - buf >= 19) {
EXRChannel *channel;
int current_pixel_type = -1;
enum ExrPixelType current_pixel_type;
int channel_index = -1;
int xsub, ysub;
......
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