]> git.sesse.net Git - ffmpeg/commit
mxf: Do not use int to check the seek position
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 7 Jan 2014 20:26:14 +0000 (21:26 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 14 Jan 2014 16:29:03 +0000 (17:29 +0100)
commit42f9132218ca11a8e9a3c82a175b46bca092113e
tree243ed5ebd5e4a146ff14f3e4b8136fdc3ee0fd0c
parentd84bd4650b1bed882e2ac1651b4a86206aa0e363
mxf: Do not use int to check the seek position

Overly large files are to be expected.

Reported-by: Jean-Baptiste Kempf <jb@videolan.org>
libavformat/mxfdec.c