]> git.sesse.net Git - ffmpeg/commit
avformat/utils: move mkdir_p to utils
authorSteven Liu <lq@chinaffmpeg.org>
Sat, 22 Sep 2018 14:10:09 +0000 (22:10 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Tue, 25 Sep 2018 13:57:49 +0000 (21:57 +0800)
commitbb660800a55f5171f77316941afe2e62534ee72c
tree274900744b0200566d8fc5f9a1d0cdc5226caddd
parenta7429d853de04d2f2984afdba36ebac3937651fb
avformat/utils: move mkdir_p to utils

Because it will be used by avformat/segment.c or other module which
need to automatically create sub-directories operation.

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
libavformat/hlsenc.c
libavformat/internal.h
libavformat/utils.c