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

2015-08-09 Thread Ronald S. Bultje
Hi, On Sun, Aug 9, 2015 at 6:41 AM, wm4 wrote: > On Sun, 9 Aug 2015 04:23:01 +0200 > Michael Niedermayer 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

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

2015-08-09 Thread wm4
On Sun, 9 Aug 2015 04:23:01 +0200 Michael Niedermayer 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 > > --- > > libavcodec/avcodec.h | 2 +- >

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

2015-08-08 Thread Michael Niedermayer
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 > --- > libavcodec/avcodec.h | 2 +- > libavcodec/utils.c | 2 +- > libavcodec/version.h | 3 +++ > 3 files cha

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

2015-08-08 Thread Andreas Cadhalpun
They are still widely used and have been deprecated for less than two years. Signed-off-by: Andreas Cadhalpun --- libavcodec/avcodec.h | 2 +- libavcodec/utils.c | 2 +- libavcodec/version.h | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcod