Mercurial > libavutil.hg
diff avutil.h @ 406:aedb9d18c7cf libavutil
Provide sha1 to outside applications
Patch from Diego Petten? flameeyesATgmailDOTcom
| author | lu_zero |
|---|---|
| date | Wed, 12 Dec 2007 20:58:41 +0000 |
| parents | d0f3bb6e367e |
| children | 4d19262ba3ff |
line wrap: on
line diff
--- a/avutil.h Sat Nov 24 10:08:02 2007 +0000 +++ b/avutil.h Wed Dec 12 20:58:41 2007 +0000 @@ -30,8 +30,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVUTIL_VERSION_INT ((49<<16)+(5<<8)+0) -#define LIBAVUTIL_VERSION 49.5.0 +#define LIBAVUTIL_VERSION_INT ((49<<16)+(6<<8)+0) +#define LIBAVUTIL_VERSION 49.6.0 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
