diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2013-01-12 17:53:43 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-13 14:41:27 +0100 |
commit | 44e065d56c87d6a9d0effccec5f31517f72924ec (patch) | |
tree | 1a3b2b88390b09144c718450adc107936cc914bd /libavcodec/version.h | |
parent | 22c436c85e0dd81702b4e9289b90755b7310982f (diff) | |
download | ffmpeg-44e065d56c87d6a9d0effccec5f31517f72924ec.tar.gz |
vdpau: Add context and common helpers for hwaccel support
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 47a9822361..3af1e5f9ed 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 35 +#define LIBAVCODEC_VERSION_MINOR 36 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |