diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-05 21:09:51 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-06 09:16:06 +0200 |
commit | d97efd7f879779034cca0bd16acceed47718e04e (patch) | |
tree | d790cf3cac34a9350990a0014b93425597cd040e /libavcodec/version.h | |
parent | 4418aa9cb3b2f0b83748e37d2952560cf84b3611 (diff) | |
download | ffmpeg-d97efd7f879779034cca0bd16acceed47718e04e.tar.gz |
libx264: support 9- and 10-bit output.
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 d745fae543..d9e60cca01 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 53 #define LIBAVCODEC_VERSION_MINOR 12 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |