On Tue, Mar 05, 2013 at 12:19:50PM +0100, Diego Biurrun wrote:
> On Fri, Mar 01, 2013 at 08:50:31PM +0100, Anton Khirnov wrote:
> > On Thu, 28 Feb 2013 21:25:01 +0100, Diego Biurrun <di...@biurrun.de> wrote:
> > > --- a/libswscale/swscale.h
> > > +++ b/libswscale/swscale.h
> > > @@ -178,6 +179,7 @@ void sws_freeContext(struct SwsContext *swsContext);
> > >   *       written
> > >   * @deprecated Use sws_getCachedContext() instead.
> > >   */
> > > +attribute_deprecated
> > >  struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat 
> > > srcFormat,
> > >                                    int dstW, int dstH, enum AVPixelFormat 
> > > dstFormat,
> > >                                    int flags, SwsFilter *srcFilter,
> > 
> > I recall some discussion and the result was that sws_getCachedContext is 
> > not a
> > full replacement, so this function cannot be deprecated just yet.
> 
> So what about the Doxygen comment suggesting sws_getCachedContext() as
> a replacement function instead?

Anybody else?

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to