Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Use HLS version 2 if rounded durations are enabled

2022-06-26 Thread lucy
rounded durations are enabled Lucy 于2022年6月27日周一 09:12写道: > > This allows for wider compatibility with older devices, such as those > running iOS 3. The only difference between HLS version 2 and version 3 > is that version 3 supports non-integer EXTINF values, and as such, we >

[FFmpeg-devel] [PATCH] avformat/hlsenc: Use HLS version 2 if rounded durations are enabled

2022-06-26 Thread Lucy
lease tell me if I did anything wrong, and I'll try my best to fix it. Signed-off-by: Lucy --- doc/muxers.texi | 2 ++ libavformat/hlsenc.c | 6 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index b6cafaa5fd..b2f4326aae 100644