aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/qdm2.c
diff options
context:
space:
mode:
authorTomas Härdin <tomas.hardin@codemill.se>2012-04-04 14:24:49 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-04 17:43:17 +0200
commita61fada3805122acf8f362d563c9cbae00c2c8cf (patch)
tree4f3cd3dba323e838991b5d4a430bde034778e7fd /libavcodec/qdm2.c
parent6fb35dbad11155ad0e30c421b10450cccb5429ba (diff)
downloadffmpeg-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/qdm2.c')
0 files changed, 0 insertions, 0 deletions