]> git.sesse.net Git - ffmpeg/commit
movenchint: Clear size and len if the realloc failed
authorMartin Storsjö <martin@martin.st>
Sun, 22 Sep 2013 15:31:54 +0000 (18:31 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 22 Sep 2013 18:02:52 +0000 (21:02 +0300)
commitb6c7bd53f4ba3dd3400f4422b65ee844678c6b72
tree51fe6deb864bfec1300242d070d1a50642569530
parentf2b00a5372bfa1d82a8ab99cb8eafac8a9473494
movenchint: Clear size and len if the realloc failed

Previously these were left in an inconsistent state.

Pointed out by Michael Niedermayer.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/movenchint.c