diff options
author | Steve Lhomme <robux4@gmail.com> | 2015-09-16 13:27:42 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-17 10:33:21 +0200 |
commit | e3d4784eb31b3ea4a97f2d4c698a75fab9bf3d86 (patch) | |
tree | 55fc7a458eefd08ec3248463e868bc7ee030eec0 /libavcodec/version.h | |
parent | 781a25e9c419dd66063597cc5d70e8919de60561 (diff) | |
download | ffmpeg-e3d4784eb31b3ea4a97f2d4c698a75fab9bf3d86.tar.gz |
d3d11va: WindowsPhone requires a mutex around ID3D11VideoContext
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 45b99ca266..ecd6e1d1ea 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#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, \ |