Re: [FFmpeg-devel] [PATCH 1/5] avformat/movenc: split MPEG-4 bit rate value calculation

2020-09-21 Thread Martin Storsjö
On Sun, 20 Sep 2020, Jan Ekström wrote: This can now be re-utilized in other places. --- libavformat/movenc.c | 39 +-- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 12471c7d68..1962f2 1006

[FFmpeg-devel] [PATCH 1/5] avformat/movenc: split MPEG-4 bit rate value calculation

2020-09-20 Thread Jan Ekström
This can now be re-utilized in other places. --- libavformat/movenc.c | 39 +-- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 12471c7d68..1962f2 100644 --- a/libavformat/movenc.c +++ b/libav