diff options
author | Tomas Härdin <tomas.hardin@codemill.se> | 2012-04-04 14:24:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-04 17:43:17 +0200 |
commit | a61fada3805122acf8f362d563c9cbae00c2c8cf (patch) | |
tree | 4f3cd3dba323e838991b5d4a430bde034778e7fd /libavcodec/svq1dec.c | |
parent | 6fb35dbad11155ad0e30c421b10450cccb5429ba (diff) | |
download | ffmpeg-a61fada3805122acf8f362d563c9cbae00c2c8cf.tar.gz |
mxfdec: Fix regression on files from Pinnacle Thunder
The reason for this is that 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)
See TimeCode_HD.mxf, UMID =
060a2b340101010101010410130000000004001aa0e59175025b2a5600da4101.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/svq1dec.c')
0 files changed, 0 insertions, 0 deletions