OSDN Git Service

avcodec/utils: implement avcodec_alloc_frame() through av_alloc_frame()
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Dec 2013 13:03:38 +0000 (14:03 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Dec 2013 13:03:38 +0000 (14:03 +0100)
commit5abdda214df53f009434f19b9eb8e1375f2924d9
treec682078c7e3f7c3fe93bedf68dd162408a125897
parent6aed7bfd845349e68708b5791b3296c0e07f1d0d
avcodec/utils: implement avcodec_alloc_frame() through av_alloc_frame()

This ensures that theres just one AVFrame allocation function and libs dont
produce multiple AVFrame variants after a minor lib update

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/utils.c