avformat/hlsenc: reindent the code

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
Limin Wang 2020-12-24 22:05:24 +08:00
parent 5ef20244de
commit bf1cc9a43b

View File

@ -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;