From 232b8a5a438ae1eb9efc7e535d9c1809ac164e5c Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michael@niedermayer.cc>
Date: Tue, 27 Oct 2015 21:38:40 +0100
Subject: [PATCH] avformat/img2enc: re enable atomic writes with split planes

They work now after fixing the implementation

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavformat/img2enc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c
index 8a8e6e11735..cd4a9a86a72 100644
--- a/libavformat/img2enc.c
+++ b/libavformat/img2enc.c
@@ -75,10 +75,6 @@ static int write_header(AVFormatContext *s)
 
     img->use_rename = proto && !strcmp(proto, "file");
 
-    //The current atomic rename implementation is not compatible with split planes
-    if (img->split_planes)
-        img->use_rename = 0;
-
     return 0;
 }
 
-- 
GitLab