[Ffmpeg-devel] doxygen compatible @deprecated tag
mark cox
melbournemark+ffmpeg-devel
Tue May 1 02:27:38 CEST 2007
>
> >
> > #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
> > +/*
> > + * @deprecated Use ff_eval2 instead
> > +*/
>
> /**
>
> * is not aligned
>
> and comments belong into the headers if headers exist
Moved to header.
> + * @deprecated Use AvPackets to send palette changes instead.
> > + * This is totally broken.
>
> AVPacket
Fixed
> /*
> > + * @deprecated Use the software scaler (swscale) instead.
> > + */
>
> /**
Fixed in many places.
[...]
> > @@ -2605,6 +2624,9 @@
> >
> > #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
> > /* convert among pixel formats */
> > +/*
> > + * @deprecated Use the software scaler (swscale) instead.
> > + */
>
> merge new and existing comments instead of adding a second one
done
-------------- next part --------------
A non-text attachment was scrubbed...
Name: deprecated.diff
Type: text/x-patch
Size: 6944 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070501/c3dcd2db/attachment.bin>
More information about the ffmpeg-devel
mailing list