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

2017-10-27 Thread Michael Niedermayer
On Thu, Oct 26, 2017 at 05:58:34PM +0200, Peter Große wrote: > From: Anton Schubert > > Signed-off-by: Anton Schubert > --- > libavformat/dashenc.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c > index 240ff41380..a4b

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

2017-10-26 Thread Peter Große
From: Anton Schubert Signed-off-by: Anton Schubert --- libavformat/dashenc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 240ff41380..a4b37403d6 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -953,