]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
h264: drop any pretense of support for data partitioning
[ffmpeg] / libavformat / internal.h
index 5feb0f8434cfcda760c90c2a653544ada03969f7..d10c5433d0a8d45dbf4a2c38109ad780c029c9c8 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <stdint.h>
 #include "avformat.h"
+#include "os_support.h"
 
 #define MAX_URL_SIZE 4096
 
@@ -365,10 +366,4 @@ static inline int ff_rename(const char *oldpath, const char *newpath)
     return 0;
 }
 
-#ifndef _WIN32
-#define USE_RENAME_REPLACE 1
-#else
-#define USE_RENAME_REPLACE 0
-#endif
-
 #endif /* AVFORMAT_INTERNAL_H */