Skip to content
Snippets Groups Projects
Commit 03cd3bec authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avformat/iff: Byte seek is unsupported


Fixes Ticket2194

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent c605adbf
No related branches found
No related tags found
No related merge requests found
...@@ -481,5 +481,5 @@ AVInputFormat ff_iff_demuxer = { ...@@ -481,5 +481,5 @@ AVInputFormat ff_iff_demuxer = {
.read_probe = iff_probe, .read_probe = iff_probe,
.read_header = iff_read_header, .read_header = iff_read_header,
.read_packet = iff_read_packet, .read_packet = iff_read_packet,
.flags = AVFMT_GENERIC_INDEX, .flags = AVFMT_GENERIC_INDEX | AVFMT_NO_BYTE_SEEK,
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment