[FFmpeg-devel] [PATCH 4/6] avcodec: delay removal of avcodec_*_frame

Ronald S. Bultje rsbultje at gmail.com
Sun Aug 9 13:00:06 CEST 2015


Hi,

On Sun, Aug 9, 2015 at 6:41 AM, wm4 <nfxjfg at googlemail.com> wrote:

> On Sun, 9 Aug 2015 04:23:01 +0200
> Michael Niedermayer <michael at niedermayer.cc> wrote:
>
> > On Sat, Aug 08, 2015 at 01:37:08PM +0200, Andreas Cadhalpun wrote:
> > > They are still widely used and have been deprecated for less than two
> years.
> > >
> > > Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
> > > ---
> > >  libavcodec/avcodec.h | 2 +-
> > >  libavcodec/utils.c   | 2 +-
> > >  libavcodec/version.h | 3 +++
> > >  3 files changed, 5 insertions(+), 2 deletions(-)
> >
> > should be ok
>
> Not ok to me.
>

Again, I'm with this. Babies learn to walk and talk in 2 years, we can't
figure out how to sed a handful of packages in Debian in 2 years?
Scriptable API changes are out and stay out. Just script a patch in Debian.
I can help you scripting it together if you can't figure it out yourself
(something like find . -name *.[ch] -exec sed -i -e
's|PIX_FMT_|AV_PIX_FMT|g' {} \; and then a similar version for this change)
should do the trick.

Ronald


More information about the ffmpeg-devel mailing list