mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 11:53:24 +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);
|
r = strftime_expand(vs->fmp4_init_filename, &expanded);
|
||||||
if (r < 0) {
|
if (r < 0) {
|
||||||
av_log(s, AV_LOG_ERROR, "Could not get segment filename with strftime\n");
|
av_log(s, AV_LOG_ERROR, "Could not get segment filename with strftime\n");
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
av_free(vs->fmp4_init_filename);
|
av_free(vs->fmp4_init_filename);
|
||||||
vs->fmp4_init_filename = expanded;
|
vs->fmp4_init_filename = expanded;
|
||||||
|
Loading…
Reference in New Issue
Block a user