ffmpeg | branch: master | Limin Wang <[email protected]> | Mon Sep 23 21:31:33 2019 +0800| [3104100a1270693673be9a7eec386cfe3ab5554d] | committer: Michael Niedermayer
avcodec/exr: cosmetics Signed-off-by: Limin Wang <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3104100a1270693673be9a7eec386cfe3ab5554d --- libavcodec/exr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/exr.c b/libavcodec/exr.c index 0f8b0fda9f..c12469cc28 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)); _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
