diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-18 16:32:18 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-19 09:28:08 +0200 |
commit | 5e83d9aced2fc2b2e1360452794c58aba55d497c (patch) | |
tree | 8504e1b7e82eae9ff30a42db618bbfa73610a049 /libavcodec/version.h | |
parent | a7f46586bf47174b5fa00a905b767b1781ec8b72 (diff) | |
download | ffmpeg-5e83d9aced2fc2b2e1360452794c58aba55d497c.tar.gz |
h264: fully support cropping.
Based on a patch by Vittorio Giovara <vittorio.giovara@gmail.com>
Fixes Bug 378.
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 394bf1a386..cfcacb7f84 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 1 +#define LIBAVCODEC_VERSION_MINOR 2 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |