diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2013-01-12 17:53:45 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-13 14:54:02 +0100 |
commit | 200e8ac92007bc2fe30da05d3bd00ab620842a6b (patch) | |
tree | 5b3fc97b15c32bf529aafb0c13d9a4b5826ec344 /libavcodec/version.h | |
parent | aaf9d0e8f3964d0dc541ab7d596972a2e24f07ca (diff) | |
download | ffmpeg-200e8ac92007bc2fe30da05d3bd00ab620842a6b.tar.gz |
vdpau: Add MPEG-4 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 fbb80a68ea..856455fc41 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 37 +#define LIBAVCODEC_VERSION_MINOR 38 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |