[MPlayer-dev-eng] [PATCH] set is_streamed correctly in lavf URLContext

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Dec 19 08:28:49 CET 2007


Hello,
On Tue, Dec 18, 2007 at 09:32:43PM -0500, Rich Felker wrote:
> On Wed, Dec 19, 2007 at 03:07:44AM +0100, Michael Niedermayer wrote:
> > On Tue, Dec 18, 2007 at 10:22:43PM +0100, Reimar Döffinger wrote:
> > > On Tue, Dec 18, 2007 at 08:24:41PM +0100, Michael Niedermayer wrote:
> > > > On Sat, Dec 15, 2007 at 05:35:19PM +0100, Reimar Döffinger wrote:
> > > [...]
> > > > >  typedef struct lavf_priv_t{
> > > > >      AVInputFormat *avif;
> > > > >      AVFormatContext *avfc;
> > > > > -    ByteIOContext *pb;
> > > > > +    ByteIOContext pb;
> > > > > +    uint8_t buffer[BIO_BUFFER_SIZE];
> > > > 
> > > > you assume that sizeof(ByteIOContext) will not change between lavf versions,
> > > > or you just dont care that it will break even with minor version bumps ... :)
> > > 
> > > Actually the later one...
> > 
> > dont you care a little bit about compatibility? with such design you could
> > drop shared lib libav* support from mplayer
> 
> I would be very much in favor of dropping shared support.

This has nothing to do with shared or not, we have always made very
clear that we only support versions of FFmpeg from exactly the same time
as MPlayer, even though that has some problems for regression testing.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list