[FFmpeg-devel] [PATCH 2/2] lavf: postpone removal of deprecated avio functions

Anton Khirnov anton
Thu Feb 24 07:40:37 CET 2011


On Wed, Feb 23, 2011 at 12:12:41PM -0500, Ronald S. Bultje wrote:
> Hi,
> 
> On Wed, Feb 23, 2011 at 2:01 AM, Anton Khirnov <anton at khirnov.net> wrote:
> > ---
> > ?libavformat/version.h | ? ?2 +-
> > ?1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/libavformat/version.h b/libavformat/version.h
> > index f42deb6..138cce3 100644
> > --- a/libavformat/version.h
> > +++ b/libavformat/version.h
> > @@ -90,7 +90,7 @@
> > ?#define FF_API_SYMVER ? ? ? ? ? ? ? ? ?(LIBAVFORMAT_VERSION_MAJOR < 53)
> > ?#endif
> > ?#ifndef FF_API_OLD_AVIO
> > -#define FF_API_OLD_AVIO ? ? ? ? ? ? ? ?(LIBAVFORMAT_VERSION_MAJOR < 53)
> > +#define FF_API_OLD_AVIO ? ? ? ? ? ? ? ?(LIBAVFORMAT_VERSION_MAJOR < 54)
> > ?#endif
> > ?#ifndef FF_API_INDEX_BUILT
> > ?#define FF_API_INDEX_BUILT ? ? ? ? ? ? (LIBAVFORMAT_VERSION_MAJOR < 53)
> > --
> > 1.7.2.3
> 
> Why?

Those avio changes were done just now. I thought it was decided that
only things that were deprecated for some time will be removed in this
bump.

-- 
Anton Khirnov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110224/59834f54/attachment.pgp>



More information about the ffmpeg-devel mailing list