From 232b8a5a438ae1eb9efc7e535d9c1809ac164e5c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 27 Oct 2015 21:38:40 +0100 Subject: avformat/img2enc: re enable atomic writes with split planes They work now after fixing the implementation Signed-off-by: Michael Niedermayer --- libavformat/img2enc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/img2enc.c') diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index 8a8e6e1..cd4a9a8 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; } -- cgit v1.1