summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
diff options
context:
space:
mode:
authorVishwanath Dixit <vdixit@akamai.com>2018-01-24 11:42:57 +0800
committerSteven Liu <lq@chinaffmpeg.org>2018-01-24 11:42:57 +0800
commit1948b76a1beabbcf36480c4b2c2af891886ead88 (patch)
treed85253c6e3a52a5e08c3982ff2f173e35cf81642 /libavformat/dashenc.c
parent8a4cc0a2567fa8418709f75af5539cdf76fefb99 (diff)
avformat/hlsenc: closed caption tags in the master playlist
Diffstat (limited to 'libavformat/dashenc.c')
-rw-r--r--libavformat/dashenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 39d0afe350..5ece1002fe 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -820,7 +820,7 @@ static int write_manifest(AVFormatContext *s, int final)
stream_bitrate += max_audio_bitrate;
}
get_hls_playlist_name(playlist_file, sizeof(playlist_file), NULL, i);
- ff_hls_write_stream_info(st, out, stream_bitrate, playlist_file, agroup, NULL);
+ ff_hls_write_stream_info(st, out, stream_bitrate, playlist_file, agroup, NULL, NULL);
}
avio_close(out);
if (use_rename)