OSDN Git Service

rtpdec_h264: Use av_realloc instead of av_malloc+mempcy
authorMartin Storsjö <martin@martin.st>
Thu, 19 Feb 2015 19:12:06 +0000 (21:12 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 20 Feb 2015 17:29:29 +0000 (19:29 +0200)
commit7650caf013f45ebebf128855735a0c6350836ea4
tree14a73725cb93c3484359cc6d9cd59d50171c5f49
parent8bdbf49c6f4d9473183a3c45ec70d611eb6183cd
rtpdec_h264: Use av_realloc instead of av_malloc+mempcy

This is similar to what was done for rtpdec_hevc in ced7238cd01.

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