OSDN Git Service

mxfdec: Fix files with essence containers larger than 2 GiB.
authorTomas Härdin <tomas.hardin@codemill.se>
Thu, 26 Jan 2012 12:21:45 +0000 (13:21 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 26 Jan 2012 14:47:50 +0000 (15:47 +0100)
commit62271c4c9a1a4bea6c3de88019429d7f88c847ec
treec1b01b07bd8843db1c093e443b572f604391efa3
parent4fbd3e89e7cdbd0a2cc1b3554a5fb922ae45c862
mxfdec: Fix files with essence containers larger than 2 GiB.

For such files, accumulating into an int would cause an overflow.

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