mux: webvtt: signal header blocks

This will be used by HLS to properly segment subtitles.
This commit is contained in:
Alaric Senat 2024-02-02 09:47:34 +01:00 committed by Steve Lhomme
parent 86755ae74d
commit b0c1db5bb5
1 changed files with 3 additions and 0 deletions

View File

@ -188,7 +188,10 @@ static int Mux(sout_mux_t *mux)
}
if (data)
{
data->i_flags |= BLOCK_FLAG_HEADER;
sout_AccessOutWrite(mux->p_access, data);
}
sys->header_done = true;
}