Re: [FFmpeg-devel] [PATCH 2/2] lavc/srtdec: fix rounding errors in end times

2016-02-21 Thread Clément Bœsch
On Mon, Jan 11, 2016 at 03:58:18AM -0600, Rodger Combs wrote: > --- > libavcodec/srtdec.c | 4 +++ > tests/ref/fate/sub-textenc | 66 > ++-- > tests/ref/fate/sub-webvttenc | 66 > ++-- > 3 files changed,

[FFmpeg-devel] [PATCH 2/2] lavc/srtdec: fix rounding errors in end times

2016-01-11 Thread Rodger Combs
--- libavcodec/srtdec.c | 4 +++ tests/ref/fate/sub-textenc | 66 ++-- tests/ref/fate/sub-webvttenc | 66 ++-- 3 files changed, 70 insertions(+), 66 deletions(-) diff --git a/libavcodec/srtdec.c b/libavcod