[FFmpeg-devel] [PATCH] postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefix
Michael Niedermayer
michaelni at gmx.at
Sun Aug 9 23:59:23 CEST 2015
From: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
libpostproc/postprocess.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index e00ed96..fd5eb5d 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -51,7 +51,7 @@ const char *postproc_license(void);
#define PP_QUALITY_MAX 6
-#define QP_STORE_T int8_t
+#define QP_STORE_T int8_t //deprecated
#include <inttypes.h>
@@ -69,7 +69,7 @@ extern const char pp_help[]; ///< a simple help text
void pp_postprocess(const uint8_t * src[3], const int srcStride[3],
uint8_t * dst[3], const int dstStride[3],
int horizontalSize, int verticalSize,
- const QP_STORE_T *QP_store, int QP_stride,
+ const int8_t *QP_store, int QP_stride,
pp_mode *mode, pp_context *ppContext, int pict_type);
--
1.7.9.5
More information about the ffmpeg-devel
mailing list