avformat/iff: Byte seek is unsupported
Fixes Ticket2194 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c605adbf56
commit
03cd3bec6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue