diff avcodec.h @ 5790:c3f2a6425d2d libavcodec

DNxHD (SMPTE VC-3) encoder
author bcoudurier
date Mon, 08 Oct 2007 11:27:18 +0000
parents 810067f2c33d
children b809aff51f19
line wrap: on
line diff
--- a/avcodec.h	Mon Oct 08 09:14:46 2007 +0000
+++ b/avcodec.h	Mon Oct 08 11:27:18 2007 +0000
@@ -33,8 +33,8 @@
 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
 #define AV_TOSTRING(s) #s
 
-#define LIBAVCODEC_VERSION_INT  ((51<<16)+(44<<8)+0)
-#define LIBAVCODEC_VERSION      51.44.0
+#define LIBAVCODEC_VERSION_INT  ((51<<16)+(45<<8)+0)
+#define LIBAVCODEC_VERSION      51.45.0
 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)