[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/libpostproc postprocess.h, 1.40, 1.41

Diego Biurrun CVS diego
Sat Jan 14 19:17:21 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc
In directory mail:/var2/tmp/cvs-serv15902/libavcodec/libpostproc

Modified Files:
	postprocess.h 
Log Message:
Define separate version number for libpostproc.


Index: postprocess.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc/postprocess.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- postprocess.h	12 Jan 2006 22:43:19 -0000	1.40
+++ postprocess.h	14 Jan 2006 18:17:19 -0000	1.41
@@ -29,6 +29,12 @@
 extern "C" {
 #endif
 
+#define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0)
+#define LIBPOSTPROC_VERSION     51.1.0
+#define LIBPOSTPROC_BUILD       LIBPOSTPROC_VERSION_INT
+
+#define LIBPOSTPROC_IDENT       "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
+
 #define PP_QUALITY_MAX 6
 
 #define QP_STORE_T int8_t





More information about the ffmpeg-cvslog mailing list