diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-08-05 23:46:41 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-08-07 03:15:39 +0000 |
commit | 011ce89dba5c0c764abc5f39acb6368f580742e3 (patch) | |
tree | 4617d1031816b5be4bfd4a95f2348152806a6a79 /libavcodec/version.h | |
parent | 29d1df66adb3723d1e7f2d363984b50792fb7c11 (diff) | |
download | ffmpeg-011ce89dba5c0c764abc5f39acb6368f580742e3.tar.gz |
avcodec: add bmp parser
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 6794d851a4..1f2af62246 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 49 +#define LIBAVCODEC_VERSION_MINOR 50 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |