From c31be45e144a5f4748c9b9d5b8802f254550a471 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sat, 28 Apr 2012 20:32:40 +0200 Subject: [PATCH] lavc: minor bump for the new fields in AVFrame. --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/version.h b/libavcodec/version.h index 6ca41d3dee..24e6837586 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 16 +#define LIBAVCODEC_VERSION_MINOR 17 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- 2.11.0