提交 af79dd36 编写于 作者: M Martin Storsjö 提交者: Luca Barbato

amr: Set the AVFMT_GENERIC_INDEX flag

This makes the amr demuxer support seeking, closing roundup
issue 2593.
上级 026fa81d
......@@ -181,6 +181,7 @@ AVInputFormat ff_amr_demuxer = {
amr_read_header,
amr_read_packet,
NULL,
.flags = AVFMT_GENERIC_INDEX,
};
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册