Re: [FFmpeg-devel] [PATCH v3 01/11] avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'

2018-04-11 Thread Dixit, Vishwanath
On 4/11/18 11:47 PM, Carl Eugen Hoyos wrote: > 2018-04-11 9:00 GMT+02:00, vdi...@akamai.com : > >> +#if FF_API_DASH_MIN_SEG_DURATION >> +{ "min_seg_duration", "minimum segment duration (in microseconds) (will >> be deprecated)" > > "is deprecated" > But since this is a

Re: [FFmpeg-devel] [PATCH v3 01/11] avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'

2018-04-11 Thread Carl Eugen Hoyos
2018-04-11 9:00 GMT+02:00, vdi...@akamai.com : > +#if FF_API_DASH_MIN_SEG_DURATION > +{ "min_seg_duration", "minimum segment duration (in microseconds) (will > be deprecated)" "is deprecated" But since this is a user option added after the last release, you may also choose

[FFmpeg-devel] [PATCH v3 01/11] avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'

2018-04-11 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 4 +++- libavformat/dashenc.c | 23 ++- libavformat/version.h | 3 +++ 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index cb75c26..8dbfede 100644 ---