You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/hlsenc: reindent the code
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user