diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-02 20:59:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-03 23:34:35 +0200 |
commit | e680c731a213759a824420a94f0068f943d3788f (patch) | |
tree | 939587834ade2ec54d6bd917c8f617f7e6e20284 /libavcodec/version.h | |
parent | 9400603140db5f44f35942482a3435e4b67e7e79 (diff) | |
download | ffmpeg-e680c731a213759a824420a94f0068f943d3788f.tar.gz |
avcodec/avdct: Add get_pixels()
Suggested-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index e794635d59..7a7a2e9b21 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 71 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 72 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |