mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
amr: Set the AVFMT_GENERIC_INDEX flag
This makes the amr demuxer support seeking, closing roundup issue 2593.
This commit is contained in:
parent
026fa81de4
commit
af79dd36f3
@ -181,6 +181,7 @@ AVInputFormat ff_amr_demuxer = {
|
|||||||
amr_read_header,
|
amr_read_header,
|
||||||
amr_read_packet,
|
amr_read_packet,
|
||||||
NULL,
|
NULL,
|
||||||
|
.flags = AVFMT_GENERIC_INDEX,
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user