]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
Merge commit 'bb515e3a735f526ccb1068031e289eb5aeb69e22'
[ffmpeg] / libavformat / internal.h
index 0b8120b8424659f02a1c9a958648dc9a84c96e21..399d0a68beb3aa4751f0523ae96221fe84cf1ac0 100644 (file)
@@ -211,6 +211,14 @@ do {\
 
 struct tm *ff_brktimegm(time_t secs, struct tm *tm);
 
+/**
+ * Automatically create sub-directories
+ *
+ * @param path will create sub-directories by path
+ * @return 0, or < 0 on error
+ */
+int ff_mkdir_p(const char *path);
+
 char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase);
 
 /**