Fixes Ticket2513
Fixes Ticket4432
Signed-off-by: Michael Niedermayer <[email protected]>
---
libavformat/mov.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 5300704..65b889f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -4286,6 +4286,7 @@ static int mov_read_header(AVFormatContext *s)
break;
}
}
+ ff_configure_buffers_for_index(s, AV_TIME_BASE);
return 0;
}
--
1.7.9.5
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel