diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-09-21 09:07:02 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-09-24 12:31:24 +0200 |
commit | a42aadabc64f50124eece6e37e63eafa46e1a6ce (patch) | |
tree | 7648076429da19b5786b59821ddbd9fb30f504cc /libavcodec/version.h | |
parent | b437cec143924eb2a7bbcbb7a7ec320d75d2edac (diff) | |
download | ffmpeg-a42aadabc64f50124eece6e37e63eafa46e1a6ce.tar.gz |
lavc: add avcodec_free_frame().
Since an AVFrame now has malloced members (extended_data), it must have
a destructor.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b08f00d274..c53286872e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 27 +#define LIBAVCODEC_VERSION_MINOR 28 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |