Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2015-03-17 17:19:31 +0300
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2015-03-18 17:30:07 +0300
commit414d6547f33175b3f53eb3320aa13161a584a151 (patch)
tree3ba0050e56d116866d6074df1b14943709f8a529 /libavutil/aarch64/Makefile
parentfbb9ef5b1727b9d133987617afad7a9f62781d9d (diff)
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 'libavutil/aarch64/Makefile')
0 files changed, 0 insertions, 0 deletions