diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2013-01-12 17:53:44 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-13 14:53:47 +0100 |
commit | aaf9d0e8f3964d0dc541ab7d596972a2e24f07ca (patch) | |
tree | de13d8fd04acbf153f16b00e5b4b90fc8109566c /libavcodec/version.h | |
parent | 44e065d56c87d6a9d0effccec5f31517f72924ec (diff) | |
download | ffmpeg-aaf9d0e8f3964d0dc541ab7d596972a2e24f07ca.tar.gz |
vdpau: Add MPEG-1/2 decoding via hwaccel infrastructure
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 3af1e5f9ed..fbb80a68ea 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 36 +#define LIBAVCODEC_VERSION_MINOR 37 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |