lavf: Allocate arrays with av_realloc if they will be realloced later
authorMartin Storsjö <martin@martin.st>
Thu, 26 Sep 2013 13:34:04 +0000 (16:34 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 26 Sep 2013 20:13:53 +0000 (23:13 +0300)
commit06ebc0bf9a6401733a4ce1310325de19f631819a
tree4c7969cc52a496a94812721c7cfe887afb11b2a1
parent1af78b865b66acb8020c54262f12aa41ad47e05c
lavf: Allocate arrays with av_realloc if they will be realloced later

Pointers returned from av_malloc can't in general be passed
to av_realloc.

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