]> git.sesse.net Git - ffmpeg/commit
rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy
authorMartin Storsjö <martin@martin.st>
Wed, 15 Oct 2014 13:21:27 +0000 (16:21 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 15 Oct 2014 17:54:32 +0000 (20:54 +0300)
commitced7238cd01cc2199acf9225305628641a27c1d7
tree2e635dbac47be10412bb3f7d6569055c322d7008
parent752e71e74f50e7a6f9a19edb8e775b2ea2fb94d8
rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy

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