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
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.