Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: improve compute target_duration way

2017-12-23 Thread Jeyapal, Karthick
On 12/23/17 8:02 PM, Steven Liu wrote: > > >> 在 2017年12月23日,下午6:38,Jeyapal, Karthick 写道: >> >> >>> On 12/23/17 4:59 AM, Steven Liu wrote: >>> just use lrint(lrint(duration * 10.0) / 10.0) >>> fix ticket: 6915 >>> >>> Suggested-by: beloko >>> Signed-off-by: Steven Liu >>> --- >>> libavformat/dash

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: improve compute target_duration way

2017-12-23 Thread Steven Liu
> 在 2017年12月23日,下午6:38,Jeyapal, Karthick 写道: > > >> On 12/23/17 4:59 AM, Steven Liu wrote: >> just use lrint(lrint(duration * 10.0) / 10.0) >> fix ticket: 6915 >> >> Suggested-by: beloko >> Signed-off-by: Steven Liu >> --- >> libavformat/dashenc.c | 2 +- >> libavformat/hlsenc.c | 2 +- >> 2

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: improve compute target_duration way

2017-12-23 Thread Jeyapal, Karthick
On 12/23/17 4:59 AM, Steven Liu wrote: > just use lrint(lrint(duration * 10.0) / 10.0) > fix ticket: 6915 > > Suggested-by: beloko > Signed-off-by: Steven Liu > --- > libavformat/dashenc.c | 2 +- > libavformat/hlsenc.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a