[FFmpeg-cvslog] r17865 - in trunk/libavutil: fifo.c fifo.h

Reimar Döffinger Reimar.Doeffinger
Sun Mar 8 08:35:47 CET 2009


On Sun, Mar 08, 2009 at 01:36:16AM +0100, Michael Niedermayer wrote:
> 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 ^^;

Doesn't matter, it will still make new libavutil version incompatible
with old libavformat versions, and you told the Debian guy you wanted to
avoid that...




More information about the ffmpeg-cvslog mailing list