[FFmpeg-cvslog] lavf: Remove a redundant include of sys/stat.h

Martin Storsjö git at videolan.org
Sun Nov 23 01:26:25 CET 2014


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Nov 18 09:57:07 2014 +0200| [eec7f032a903e06d249d1e8aa6630b65292bf40f] | committer: Martin Storsjö

lavf: Remove a redundant include of sys/stat.h

The same file already includes this header a few lines further
above.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eec7f032a903e06d249d1e8aa6630b65292bf40f
---

 libavformat/os_support.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index f751d41..068abdf 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -48,8 +48,6 @@
 #include <io.h>
 #endif
 #define mkdir(a, b) _mkdir(a)
-#else
-#include <sys/stat.h>
 #endif
 
 static inline int is_dos_path(const char *path)



More information about the ffmpeg-cvslog mailing list