summaryrefslogtreecommitdiffstats
path: root/libavformat/img2enc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-10-27 21:38:40 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-28 02:29:51 +0100
commit232b8a5a438ae1eb9efc7e535d9c1809ac164e5c (patch)
treeaccc1fad54337640ed6f29f7e8011158c6864b6e /libavformat/img2enc.c
parenteaa6bade377a33a83e0e0dd0ef2106508efd6790 (diff)
downloadffmpeg-streaming-232b8a5a438ae1eb9efc7e535d9c1809ac164e5c.zip
ffmpeg-streaming-232b8a5a438ae1eb9efc7e535d9c1809ac164e5c.tar.gz
avformat/img2enc: re enable atomic writes with split planes
They work now after fixing the implementation Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/img2enc.c')
-rw-r--r--libavformat/img2enc.c4
1 files changed, 0 insertions, 4 deletions
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;
}
OpenPOWER on IntegriCloud