[FFmpeg-cvslog] avcodec/exr: cosmetics
Limin Wang
git at videolan.org
Mon Sep 23 23:52:38 EEST 2019
ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Mon Sep 23 21:31:33 2019 +0800| [3104100a1270693673be9a7eec386cfe3ab5554d] | committer: Michael Niedermayer
avcodec/exr: cosmetics
Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> 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));
More information about the ffmpeg-cvslog
mailing list