Browse Source

avformat/img2enc: re enable atomic writes with split planes

They work now after fixing the implementation

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 10 years ago
parent
commit
232b8a5a43
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavformat/img2enc.c

+ 0
- 4
libavformat/img2enc.c View File

@@ -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;
}



Loading…
Cancel
Save