]> git.sesse.net Git - ffmpeg/commit
mov: zero extradata_size on deallocation of extradata.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 13 Apr 2012 09:52:19 +0000 (11:52 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 13 Apr 2012 09:52:19 +0000 (11:52 +0200)
commitab3fcd93fde5f876e5e6879a2b78e8cbcde98ab5
tree6a776b725c2543eb8bdf7d113a91580ad512d4c7
parentb5ada68ead1ff92e1fab7ddc9b0ac60d5da3edeb
mov: zero extradata_size on deallocation of extradata.

This prevents the possibility of extradata and its size becoming desynced.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mov.c