[FFmpeg-devel] [PATCH] postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefix
Michael Niedermayer
michael at niedermayer.cc
Mon Aug 10 02:50:37 CEST 2015
On Sun, Aug 09, 2015 at 08:27:15PM -0400, Ronald S. Bultje wrote:
> 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...
added
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150810/0ebd29bf/attachment.sig>
More information about the ffmpeg-devel
mailing list