diff --git a/libavformat/mov.c b/libavformat/mov.c index d0347b2970..78f692872b 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -8006,5 +8006,5 @@ AVInputFormat ff_mov_demuxer = { .read_packet = mov_read_packet, .read_close = mov_read_close, .read_seek = mov_read_seek, - .flags = AVFMT_NO_BYTE_SEEK, + .flags = AVFMT_NO_BYTE_SEEK | AVFMT_SEEK_TO_PTS, };