Re: [FFmpeg-devel] [PATCH] avformat/utils: move mkdir_p to utils
> 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
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 +