Commit 0d002de4 authored by Michael Niedermayer's avatar Michael Niedermayer

exr: fix twin ;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e3301459
......@@ -230,7 +230,7 @@ static int decode_frame(AVCodecContext *avctx,
unsigned int buf_size = avpkt->size;
const uint8_t *buf_end = buf + buf_size;
const AVPixFmtDescriptor *desc;;
const AVPixFmtDescriptor *desc;
EXRContext *const s = avctx->priv_data;
AVFrame *picture = data;
AVFrame *const p = &s->picture;
......
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