]> git.sesse.net Git - ffmpeg/commit
mxfdec: Make sure x < index_table->nb_ptses
authorTomas Härdin <tomas.hardin@codemill.se>
Thu, 26 Jan 2012 12:21:31 +0000 (13:21 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 9 Feb 2012 11:40:34 +0000 (12:40 +0100)
commita3923482f2a2b7895b1f6ef691765f035526fc78
treeab647f083ec9fa4f085fc69fa47dfdeaaa4013b5
parentf769cfedd89db30e3d0fbf654138956779ea8053
mxfdec: Make sure x < index_table->nb_ptses

Avoids a SIGSEGV on files with IndexEntryCount < IndexDuration.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavformat/mxfdec.c