diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-28 04:02:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-28 14:51:42 +0100 |
commit | bb7a7111562b3c488be2ee1c41a39a913eed6497 (patch) | |
tree | b9ba5f0f22767a8808673b1d5ea0ec2400e3ab67 /libavcodec/version.h | |
parent | 644c32ea4b8092e2bb19083df1f3d7ea9f277b78 (diff) | |
download | ffmpeg-bb7a7111562b3c488be2ee1c41a39a913eed6497.tar.gz |
avcodec/huffyuvenc: frame multi-threading support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 27fd39eb06..c56a957680 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 55 #define LIBAVCODEC_VERSION_MINOR 49 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |