diff options
author | Tomas Härdin <tomas.hardin@codemill.se> | 2012-04-04 14:24:49 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-01-14 18:13:29 +0100 |
commit | 8b708f1c6b1baf3b97ed93226bf5dae1a9b13fb7 (patch) | |
tree | a2c9aa32b6daa4de445af4e6551e50a37d8f0a85 /libavformat/g723_1.c | |
parent | 0d6605c7ef43f97a88950542af09078adef33b6d (diff) | |
download | ffmpeg-8b708f1c6b1baf3b97ed93226bf5dae1a9b13fb7.tar.gz |
mxf: Correctly support files from Pinnacle Thunder
Such files have IndexTableSegments which when parsed cover EditUnit
ranges like this:
[0,1)
[249,250)
[249,377)
[0,249)
where each interval is
[IndexStartPosition, IndexStartPosition + IndexDuration)
This would be reduced to a sparse index like:
[0,1), [249,250)
instead of the full range:
[0,249), [249,377)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/g723_1.c')
0 files changed, 0 insertions, 0 deletions