Commit 03cd3bec authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/iff: Byte seek is unsupported

Fixes Ticket2194
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c605adbf
......@@ -481,5 +481,5 @@ AVInputFormat ff_iff_demuxer = {
.read_probe = iff_probe,
.read_header = iff_read_header,
.read_packet = iff_read_packet,
.flags = AVFMT_GENERIC_INDEX,
.flags = AVFMT_GENERIC_INDEX | AVFMT_NO_BYTE_SEEK,
};
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