[FFmpeg-cvslog] r17865 - in trunk/libavutil: fifo.c fifo.h
Michael Niedermayer
michaelni
Sun Mar 8 01:36:16 CET 2009
On Sat, Mar 07, 2009 at 11:35:47PM +0100, Reimar D?ffinger wrote:
> On Sat, Mar 07, 2009 at 11:26:29PM +0100, Reimar D?ffinger wrote:
> > On Sat, Mar 07, 2009 at 10:02:09PM +0100, michael wrote:
> > > Modified: trunk/libavutil/fifo.h
> > > ==============================================================================
> > > --- trunk/libavutil/fifo.h Sat Mar 7 20:56:21 2009 (r17864)
> > > +++ trunk/libavutil/fifo.h Sat Mar 7 22:02:08 2009 (r17865)
> > > @@ -31,6 +31,7 @@
> > > typedef struct AVFifoBuffer {
> > > uint8_t *buffer;
> > > uint8_t *rptr, *wptr, *end;
> > > + uint32_t rndx, wndx;
> > > } AVFifoBuffer;
> >
> > I think you just broke public API/ABI...
Its the fault of whoever convinced me to make AVFifoBuffer public ^^;
>
> And btw., why is av_fifo_read not deprecated like av_fifo_write?
oversight possibly ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20090308/c4e191b0/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list