]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'
authorVishwanath Dixit <vdixit@akamai.com>
Mon, 16 Apr 2018 05:25:45 +0000 (10:55 +0530)
committerKarthick Jeyapal <kjeyapal@akamai.com>
Tue, 17 Apr 2018 09:00:47 +0000 (14:30 +0530)
commit01ba52852d2ada3c79fe02a7de5bc1fdc27d56e8
tree20d607ea62270efe54ae9f18aaba35075ea84e2d
parentc116221d90d63cc558a8e91d8a86f56545111011
avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'

There are use cases where average segment duration needs to be configured
and muxer is expected to maintain the average segment duration. So, using
the name 'min_seg_duration' will be misleading. So, changing the parameter
name to 'seg_duration', where it can be minimum segment duration or average
segment duration based on the use-case. The additional updates needed for
this functinality are made the sub-sequent patches of this patch series.
doc/muxers.texi
libavformat/dashenc.c
libavformat/version.h