OSDN Git Service

lavc: add avcodec_free_frame().
authorAnton Khirnov <anton@khirnov.net>
Fri, 21 Sep 2012 07:07:02 +0000 (09:07 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 24 Sep 2012 10:31:24 +0000 (12:31 +0200)
commita42aadabc64f50124eece6e37e63eafa46e1a6ce
tree7648076429da19b5786b59821ddbd9fb30f504cc
parentb437cec143924eb2a7bbcbb7a7ec320d75d2edac
lavc: add avcodec_free_frame().

Since an AVFrame now has malloced members (extended_data), it must have
a destructor.
doc/APIchanges
libavcodec/avcodec.h
libavcodec/utils.c
libavcodec/version.h