]> git.sesse.net Git - ffmpeg/commit
mov: fix decryption with edit list
authorerankor <eran.kornblau@kaltura.com>
Thu, 12 Jan 2017 17:01:13 +0000 (19:01 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 1 Feb 2017 14:09:38 +0000 (15:09 +0100)
commit0101d2909550b751dfa5ea35b3a0ca5d9d5572cc
tree42c6e44305c7bbd53963014e204284fe48e3a166
parent0983e1395709c3e14904a5ab8ece32b326275b84
mov: fix decryption with edit list

Retain the ranges of frame indexes when applying edit list in
mov_fix_index. The index ranges are then used to keep track of the frame
index of the current sample. In case of a discontinuity in frame indexes
due to edit, update the auxiliary info position accordingly.

Reviewed-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/isom.h
libavformat/mov.c