diff options
author | Martin Storsjö <martin@martin.st> | 2014-09-05 22:45:11 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-09-07 23:20:29 +0300 |
commit | 803e82276b3716bf6012ec69e8854dae14a4fd2b (patch) | |
tree | f877587fe407bf32eb417899d927f68f8cf60b78 /libavformat/oma.h | |
parent | 041caf1a63f091745b95a6d51c23fbdcb604d4ce (diff) | |
download | ffmpeg-803e82276b3716bf6012ec69e8854dae14a4fd2b.tar.gz |
libavformat: Check mkdir return error codes
Previously, the returned error codes were intentionally ignored
(see fadd3a68213), to avoid aborting if the directory already
existed. If the mkdir actually failed, this was caught when
opening files within the directory fails anyway.
By handling the error code here (but explicitly ignoring EEXIST),
the error messages and return codes in these cases are more
appropriate and less confusing.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/oma.h')
0 files changed, 0 insertions, 0 deletions