mirror of https://git.ffmpeg.org/ffmpeg.git
exr: fix twin ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e3301459f6
commit
0d002de4a4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue