* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef POSTPROCESS_POSTPROCESS_H
-#define POSTPROCESS_POSTPROCESS_H
+#ifndef POSTPROC_POSTPROCESS_H
+#define POSTPROC_POSTPROCESS_H
/**
* @file libpostproc/postprocess.h
*/
unsigned postproc_version(void);
+/**
+ * Returns the libpostproc build-time configuration.
+ */
+const char *postproc_configuration(void);
+
+/**
+ * Returns the libpostproc license.
+ */
+const char *postproc_license(void);
+
#define PP_QUALITY_MAX 6
#define QP_STORE_T int8_t
#define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale
-#endif /* POSTPROCESS_POSTPROCESS_H */
+#endif /* POSTPROC_POSTPROCESS_H */