From 996c73490c29ed7502154ded70b24d9b6d228e2a Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 10 Oct 2013 09:54:48 +0000 Subject: avcodec/exr: remove pointless initialization Signed-off-by: Paul B Mahol --- libavcodec/exr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/exr.c') diff --git a/libavcodec/exr.c b/libavcodec/exr.c index 499886c..021d5a4 100644 --- a/libavcodec/exr.c +++ b/libavcodec/exr.c @@ -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; -- cgit v1.1