1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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:
Michael Niedermayer 2012-11-25 01:15:47 +01:00
parent e903cb4194
commit e6305f7631

View File

@ -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,
};