mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 05:40:56 +00:00
avformat/hlsenc: reindent the code
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
5ef20244de
commit
bf1cc9a43b
@ -3032,8 +3032,8 @@ static int hls_init(AVFormatContext *s)
|
||||
|
||||
r = strftime_expand(vs->fmp4_init_filename, &expanded);
|
||||
if (r < 0) {
|
||||
av_log(s, AV_LOG_ERROR, "Could not get segment filename with strftime\n");
|
||||
return r;
|
||||
av_log(s, AV_LOG_ERROR, "Could not get segment filename with strftime\n");
|
||||
return r;
|
||||
}
|
||||
av_free(vs->fmp4_init_filename);
|
||||
vs->fmp4_init_filename = expanded;
|
||||
|
Loading…
Reference in New Issue
Block a user