From: Limin Wang Date: Mon, 23 Sep 2019 13:31:33 +0000 (+0800) Subject: avcodec/exr: cosmetics X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3104100a1270693673be9a7eec386cfe3ab5554d;p=ffmpeg avcodec/exr: cosmetics Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer --- diff --git a/libavcodec/exr.c b/libavcodec/exr.c index 0f8b0fda9f2..c12469cc286 100644 --- a/libavcodec/exr.c +++ b/libavcodec/exr.c @@ -1861,7 +1861,8 @@ static av_cold int decode_init(AVCodecContext *avctx) #if HAVE_THREADS static int decode_init_thread_copy(AVCodecContext *avctx) -{ EXRContext *s = avctx->priv_data; +{ + EXRContext *s = avctx->priv_data; // allocate thread data, used for non EXR_RAW compression types s->thread_data = av_mallocz_array(avctx->thread_count, sizeof(EXRThreadData));