[FFmpeg-devel] [PATCH] postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefix

Ronald S. Bultje rsbultje at gmail.com
Mon Aug 10 02:27:15 CEST 2015


Hi,

On Sun, Aug 9, 2015 at 5:59 PM, Michael Niedermayer <michaelni at gmx.at>
wrote:

> 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


If you're going to deprecate it, you should give it a versioning guard...

Ronald


More information about the ffmpeg-devel mailing list