avformat/iff: Byte seek is unsupported
Fixes Ticket2194
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 03cd3bec6e
)
This commit is contained in:

committed by
Carl Eugen Hoyos

parent
e4bb67bc50
commit
073bde2b1f
@@ -478,5 +478,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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user