Mercurial > mplayer.hg
changeset 28501:a8a945fe6b09
Bump micro version, related to r28491.
See the thread:
"[FFmpeg-devel] [PATCH] Explicitely declare {dst, src}Format sws_get*Context() params as enum PixelFormat".
author | stefano |
---|---|
date | Thu, 12 Feb 2009 00:07:44 +0000 |
parents | 0fdb808fda41 |
children | 514300a59359 |
files | libswscale/swscale.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.h Wed Feb 11 23:42:29 2009 +0000 +++ b/libswscale/swscale.h Thu Feb 12 00:07:44 2009 +0000 @@ -31,7 +31,7 @@ #define LIBSWSCALE_VERSION_MAJOR 0 #define LIBSWSCALE_VERSION_MINOR 6 -#define LIBSWSCALE_VERSION_MICRO 1 +#define LIBSWSCALE_VERSION_MICRO 2 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \