Re: [FFmpeg-devel] [PATCH] avformat/utils: move mkdir_p to utils

2018-09-25 Thread Steven Liu
> On Sep 24, 2018, at 20:57, Steven Liu wrote: > > 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 > --- > libavformat/hlsenc.c | 37 ++--- > libavforma

[FFmpeg-devel] [PATCH] avformat/utils: move mkdir_p to utils

2018-09-24 Thread Steven Liu
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 --- libavformat/hlsenc.c | 37 ++--- libavformat/internal.h | 8 libavformat/utils.c| 34 +