Hi, On Sun, Aug 9, 2015 at 5:59 PM, Michael Niedermayer <[email protected]> wrote:
> From: Michael Niedermayer <[email protected]> > > Signed-off-by: Michael Niedermayer <[email protected]> > --- > 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 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
