X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Finternal.h;h=399d0a68beb3aa4751f0523ae96221fe84cf1ac0;hb=39278ff0de5b5e3397c22538978bffbb38ee099b;hp=0b8120b8424659f02a1c9a958648dc9a84c96e21;hpb=41cd5af3250ef976f0a48adeb6dbccc9b2683e58;p=ffmpeg diff --git a/libavformat/internal.h b/libavformat/internal.h index 0b8120b8424..399d0a68beb 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -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); /**