]> git.sesse.net Git - ffmpeg/commit
lavf/matroskadec: Use av_realloc() in get_qt_codec()
authorMats Peterson <matsp888@yahoo.com>
Mon, 11 Jan 2016 06:43:29 +0000 (07:43 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 12 Jan 2016 13:53:25 +0000 (14:53 +0100)
commitadef8ee794aa1b09e2e6095a59b5a291635ac44f
treed244907c7aa82ceaa36fd045cbbf35f62e02fa2f
parentd64d6edfc7f57293ac96b1417124c56bf40685d8
lavf/matroskadec: Use av_realloc() in get_qt_codec()

Use av_realloc() rather than av_malloc() when normalizing noncompliant
private data in get_qt_codec().

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/matroskadec.c