• Vishwanath Dixit's avatar
    avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration' · 01ba5285
    Vishwanath Dixit authored
    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.
    01ba5285
dashenc.c 54.3 KB