aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorVishwanath Dixit <vdixit@akamai.com>2018-04-16 10:55:45 +0530
committerKarthick Jeyapal <kjeyapal@akamai.com>2018-04-17 14:30:47 +0530
commit01ba52852d2ada3c79fe02a7de5bc1fdc27d56e8 (patch)
tree20d607ea62270efe54ae9f18aaba35075ea84e2d /libavformat/version.h
parentc116221d90d63cc558a8e91d8a86f56545111011 (diff)
downloadffmpeg-01ba52852d2ada3c79fe02a7de5bc1fdc27d56e8.tar.gz
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.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 5e8c9ece08..dced716450 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -94,6 +94,9 @@
#ifndef FF_API_NEXT
#define FF_API_NEXT (LIBAVFORMAT_VERSION_MAJOR < 59)
#endif
+#ifndef FF_API_DASH_MIN_SEG_DURATION
+#define FF_API_DASH_MIN_SEG_DURATION (LIBAVFORMAT_VERSION_MAJOR < 59)
+#endif
#ifndef FF_API_R_FRAME_RATE