mov: set flags to indicate that byte wise seeking is not supported.
Fixes Ticket1831 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e903cb4194
commit
e6305f7631
1 changed files with 1 additions and 0 deletions
|
|
@ -3410,4 +3410,5 @@ AVInputFormat ff_mov_demuxer = {
|
|||
.read_close = mov_read_close,
|
||||
.read_seek = mov_read_seek,
|
||||
.priv_class = &class,
|
||||
.flags = AVFMT_NO_BYTE_SEEK,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue