Re: [FFmpeg-devel] [PATCH] mov.c: reasonable bitrate for fragmented mp4

2014-10-21 Thread Michael Niedermayer
On Tue, Oct 21, 2014 at 03:04:10PM +0300, Mika Raento wrote: > If using MFRA for timestamps, the stream may start from a large offset > and/or have gaps. With this change we calculate the bitrate based on > frames we've seen. > --- > libavformat/mov.c | 11 +++ > 1 file changed, 11 inserti

[FFmpeg-devel] [PATCH] mov.c: reasonable bitrate for fragmented mp4

2014-10-21 Thread Mika Raento
If using MFRA for timestamps, the stream may start from a large offset and/or have gaps. With this change we calculate the bitrate based on frames we've seen. --- libavformat/mov.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 80549ec.