Commit 488cc051 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Michael Niedermayer

avformat/mov: Use ff_configure_buffers_for_index()

Fixes Ticket2513
Fixes Ticket4432
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b183fb47
......@@ -4299,6 +4299,7 @@ static int mov_read_header(AVFormatContext *s)
break;
}
}
ff_configure_buffers_for_index(s, AV_TIME_BASE);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment