summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-09-01 18:00:53 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-09-01 18:00:53 +0000
commit2a4a62bffc513313de5b977ca6c00f560051047d (patch)
treefd93e9fbf7b275a9026e775da4ec38a8559ad4cb /libpostproc/postprocess.h
parentbdf6972c4b7b2c60a8824e47b9b64e95686abbb6 (diff)
Implement postproc_version().
Originally committed as revision 15148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r--libpostproc/postprocess.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index f4a83f0050..2a1d6d5326 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBPOSTPROC_VERSION_MAJOR 51
-#define LIBPOSTPROC_VERSION_MINOR 1
+#define LIBPOSTPROC_VERSION_MINOR 2
#define LIBPOSTPROC_VERSION_MICRO 0
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
@@ -43,6 +43,11 @@
#define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
+/**
+ * Returns the LIBPOSTPROC_VERSION_INT constant.
+ */
+unsigned postproc_version(void);
+
#define PP_QUALITY_MAX 6
#define QP_STORE_T int8_t