diff --git a/libavformat/mov.c b/libavformat/mov.c index f36820995d..d66f4e338c 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -6614,7 +6614,7 @@ static int mov_read_dops(MOVContext *c, AVIOContext *pb, MOVAtom atom) const int OPUS_SEEK_PREROLL_MS = 80; AVStream *st; size_t size; - int16_t pre_skip; + uint16_t pre_skip; if (c->fc->nb_streams < 1) return 0;