Skip to content
Snippets Groups Projects
Commit 50aa52da authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Steve Lhomme
Browse files

mux: mp4: add additionally used TTML namespace

parent 4667eaa2
No related branches found
No related tags found
1 merge request!5133mux: mp4: add additionally used TTML namespace
Pipeline #452954 passed with stage
in 25 minutes and 43 seconds
......@@ -845,7 +845,7 @@ static int MuxStream(sout_mux_t *p_mux, sout_input_t *p_input, mp4_stream_t *p_s
}
else if(mp4mux_track_GetFmt(p_stream->tinfo)->i_codec == VLC_CODEC_TTML)
{
const char emptyttml[] = "<tt xmlns=\"" TT_NS "\"/>";
const char emptyttml[] = "<tt xmlns=\"" TT_NS " " TT_NS_STYLING "\"/>";
p_empty = block_Alloc(sizeof(emptyttml) - 1);
if(p_empty)
memcpy(p_empty->p_buffer, emptyttml, p_empty->i_buffer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment