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

Michael Niedermayer michaelni
Sun Mar 8 23:37:44 CET 2009


On Sun, Mar 08, 2009 at 08:35:47AM +0100, Reimar D?ffinger wrote:
> 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...

the major ver bumping should avoid it ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- 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/e0559e5a/attachment.pgp>



More information about the ffmpeg-cvslog mailing list