diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-04-28 20:32:40 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-04-28 20:32:40 +0200 |
commit | c31be45e144a5f4748c9b9d5b8802f254550a471 (patch) | |
tree | cbeb567e605ed18c3b6b87ca285231b43ad5b4c9 | |
parent | 128dda7016719fc763c0c9f754abb3196b9e18f3 (diff) | |
download | ffmpeg-c31be45e144a5f4748c9b9d5b8802f254550a471.tar.gz |
lavc: minor bump for the new fields in AVFrame.
-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 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, \ |