]> git.sesse.net Git - ffmpeg/commit
avformat/mov: Bypass av_add_index_entry()
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 16 Feb 2015 00:28:08 +0000 (01:28 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 16 Feb 2015 00:30:47 +0000 (01:30 +0100)
commit38e641a060e0c00930851a8053ca96250b3ecccc
tree7066d7799cc30c6c972289bb88fb99b6fe290d3f
parentf9e76d66e93a888e79fbddc2d6bb7b778c856d20
avformat/mov: Bypass av_add_index_entry()

The new mov code uses a temporally non sorted index since 4abfa387b8234736f6e0e541951e3d5eb60eb843
and can thus no longer be filled with av_add_index_entry() which expects the index to be sorted.
Reverting 4abfa387b8234736f6e0e541951e3d5eb60eb843 and this commit would be
a alternative fix as would be various other options.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mov.c