mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
@ -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…
Reference in New Issue
Block a user