Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: allow a custom SDT and PAT period

2020-02-05 Thread Marton Balint
On Wed, 5 Feb 2020, Steven Liu wrote: Marton Balint 于 2020年2月5日周三 上午5:39写道: The default is not to write SDT and PAT periodically, only in the beginning of every segment. After this patch the user might override this if needed. Signed-off-by: Marton Balint --- libavformat/hlsenc.c | 4 ++-

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: allow a custom SDT and PAT period

2020-02-04 Thread Steven Liu
Marton Balint 于 2020年2月5日周三 上午5:39写道: > The default is not to write SDT and PAT periodically, only in the > beginning of > every segment. After this patch the user might override this if needed. > > Signed-off-by: Marton Balint > --- > libavformat/hlsenc.c | 4 ++-- > 1 file changed, 2 insertio