aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2006-12-17 22:00:12 +0000
committerAurelien Jacobs <aurel@gnuage.org>2006-12-17 22:00:12 +0000
commit9110a0e32d5eb421558145459e2a1fcc9720c170 (patch)
tree7dbd7d7b28ecd7de0e6e981b84afc82dba377930 /libavcodec/avcodec.h
parent95cefcb4ed4c0af96dea5fb993ee8349d1391021 (diff)
downloadffmpeg-9110a0e32d5eb421558145459e2a1fcc9720c170.tar.gz
Add support for VP60 and VP61.
Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 33bf2d3860..89c45ea322 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -37,8 +37,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(26<<8)+0)
-#define LIBAVCODEC_VERSION 51.26.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(27<<8)+0)
+#define LIBAVCODEC_VERSION 51.27.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)