Re: [FFmpeg-devel] [PATCH v2 1/7] dashenc: fix bitrate estimation with correct scaling

2017-10-29 Thread Michael Niedermayer
On Sun, Oct 29, 2017 at 04:10:34PM +0100, Peter Große wrote: > From: Anton Schubert > > Signed-off-by: Anton Schubert > Signed-off-by: Peter Große > --- > v2: Fixed double rescaling. > > libavformat/dashenc.c | 3 ++- > 1 file

[FFmpeg-devel] [PATCH v2 1/7] dashenc: fix bitrate estimation with correct scaling

2017-10-29 Thread Peter Große
From: Anton Schubert Signed-off-by: Anton Schubert Signed-off-by: Peter Große --- v2: Fixed double rescaling. libavformat/dashenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/dashenc.c