diff --git a/libavformat/mov.c b/libavformat/mov.c index cff9c923bf..1a8a5a7182 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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, };