diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2015-03-16 20:08:35 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2015-03-18 14:28:56 +0000 |
commit | 8692d74b7364b405d7939c0ed347e8a2815193a7 (patch) | |
tree | 2ff76c21f80b4d3304c5785268ca46e0378c9b26 /libswscale/arm | |
parent | 58a840e21577a2168843487a98cb2cea44b5a94a (diff) | |
download | ffmpeg-8692d74b7364b405d7939c0ed347e8a2815193a7.tar.gz |
mov: Add option to keep exact packet sequence after seeking
The current behavior may produce a different sequence of packets
after seeking, compared to demuxing linearly from the beginning.
This is because the MOV demuxer seeks in each stream individually,
based on timestamp, which may set each stream at a slightly different
position than if the file would have been read sequentially.
This makes implementing certain operations, such as segmenting,
quite hard, and slower than need be.
Therefore, add an option which retains the same packet sequence
after seeking, as when a file is demuxed linearly.
Diffstat (limited to 'libswscale/arm')
0 files changed, 0 insertions, 0 deletions