diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-10-09 14:12:04 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-10-10 14:50:34 +0200 |
commit | 00332e0a064dad866812de9162b009cbaba6f5df (patch) | |
tree | bbdcbe5e8de1e2a0545e6c821fa668708c553a55 /libavcodec/version.h | |
parent | c3e5c47bdae2bb8219fea62d91b7455650b22c60 (diff) | |
download | ffmpeg-00332e0a064dad866812de9162b009cbaba6f5df.tar.gz |
wrapped_avframe: Initial implementation
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 4b487ca948..27d13b008d 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 3 +#define LIBAVCODEC_VERSION_MINOR 4 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |