]> git.sesse.net Git - ffmpeg/commit
avformat/mov: set AVFMT_SEEK_TO_PTS flag
authorGyan Doshi <ffmpeg@gyani.pro>
Thu, 2 May 2019 09:30:02 +0000 (15:00 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Fri, 3 May 2019 04:48:53 +0000 (10:18 +0530)
commit6223d076e3d0b887282a3ac67213a6a1563b71df
tree1f1592877786e0979d8ca09934ac5b1108a50544
parentb41d8ab2e6360d48c36f18cca68419f0e544a5a8
avformat/mov: set AVFMT_SEEK_TO_PTS flag

Ever since 59ad504696, the demuxer expects its seek arg to be PTS
and adjusts internally to search index by DTS.
libavformat/mov.c