From f14ca600015d234f383e9ea5ba5c9f9830271cb3 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 19 Mar 2018 12:39:08 -0300 Subject: avcodec/avpacket: add av_packet_make_writable() Useful as well to quickly make a packet reference counted when it isn't already so. Signed-off-by: James Almer --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/version.h') diff --git a/libavcodec/version.h b/libavcodec/version.h index ed34095c77..a5b7f752d1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 14 +#define LIBAVCODEC_VERSION_MINOR 15 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- cgit v1.2.3