mirror of https://github.com/FFmpeg/FFmpeg.git
Make the segment muxer keep segment_list_size segments instead of segment_list_size + 1 segments. This patch also changes the documentation for segment_list_size to reduce possible confusion over how many segments are kept. this allows the segment list to be limited to containing only one segment which used to be impossible because a segment_list_size of 0 kept all the segments and a segment_list_size of 1 kept 2 segments. Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/77/merge
parent
37a0ac1d82
commit
fa6716c66d
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue