OSDN Git Service

smoothstreamingenc: Ignore the return value from mkdir
authorMartin Storsjö <martin@martin.st>
Fri, 5 Oct 2012 23:33:32 +0000 (02:33 +0300)
committerMartin Storsjö <martin@martin.st>
Sat, 6 Oct 2012 10:05:34 +0000 (13:05 +0300)
commitfadd3a68213833cd3db36e8d5959a641a485c839
tree95c15a2279087192c7a2d68dd7392171f0deb185
parent8e2763786dd0ba0e895eafd6959a768608513eb6
smoothstreamingenc: Ignore the return value from mkdir

We don't need to return an error if the directory already existed.
We make sure that the directory actually is properly writeable later
within ism_write_header by writing a manifest anyway.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/smoothstreamingenc.c