]> git.sesse.net Git - ffmpeg/commit
lavf/mov: Use av_fast_realloc() in mov_read_stts().
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Sun, 31 Dec 2017 21:30:57 +0000 (22:30 +0100)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Mon, 1 Jan 2018 21:27:29 +0000 (22:27 +0100)
commit1112ba012df38d486694154b03f5007341f43b24
treef95fc483b854940668ee9ff52fa2f33c0f03ee03
parent9f7dbaad7e36e11237ab76ed5e1932af7dfd2df2
lavf/mov: Use av_fast_realloc() in mov_read_stts().

Avoids large allocations for short files with invalid stts entry.
Fixes bugzilla 1102.
libavformat/mov.c