[FFmpeg-cvslog] swscale: undo version upgrade that git merged in and that i missed
Michael Niedermayer
git at videolan.org
Tue Jun 21 06:33:14 CEST 2011
ffmpeg | branch: oldabi | Michael Niedermayer <michaelni at gmx.at> | Tue Jun 21 06:26:38 2011 +0200| [082b4f8348c6d8fc110969692c2a2ccf81f4e20c] | committer: Michael Niedermayer
swscale: undo version upgrade that git merged in and that i missed
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=082b4f8348c6d8fc110969692c2a2ccf81f4e20c
---
libswscale/swscale.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 2252e51..006118a 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -29,9 +29,9 @@
#include "libavutil/avutil.h"
-#define LIBSWSCALE_VERSION_MAJOR 2
-#define LIBSWSCALE_VERSION_MINOR 0
-#define LIBSWSCALE_VERSION_MICRO 0
+#define LIBSWSCALE_VERSION_MAJOR 0
+#define LIBSWSCALE_VERSION_MINOR 14
+#define LIBSWSCALE_VERSION_MICRO 1
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list