Commit e6305f76 authored by Michael Niedermayer's avatar Michael Niedermayer

mov: set flags to indicate that byte wise seeking is not supported.

Fixes Ticket1831
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e903cb41
...@@ -3410,4 +3410,5 @@ AVInputFormat ff_mov_demuxer = { ...@@ -3410,4 +3410,5 @@ AVInputFormat ff_mov_demuxer = {
.read_close = mov_read_close, .read_close = mov_read_close,
.read_seek = mov_read_seek, .read_seek = mov_read_seek,
.priv_class = &class, .priv_class = &class,
.flags = 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