ffmpeg | branch: master | Michael Niedermayer <michae...@gmx.at> | Tue Jun 2 18:31:05 2015 +0200| [488cc0519242340b92b5c64bf7b8a774f5c504a9] | committer: Michael Niedermayer
avformat/mov: Use ff_configure_buffers_for_index() Fixes Ticket2513 Fixes Ticket4432 Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=488cc0519242340b92b5c64bf7b8a774f5c504a9 --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 453e85c..d1b29a2 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -4299,6 +4299,7 @@ static int mov_read_header(AVFormatContext *s) break; } } + ff_configure_buffers_for_index(s, AV_TIME_BASE); return 0; } _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog