[MPlayer-dev-eng] [PATCH] new pvr demuxer support

Benjamin Zores ben at geexbox.org
Sat Jul 8 14:30:16 CEST 2006


On Sat, 8 Jul 2006 14:23:26 +0200
Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> wrote:

> Hello,
> On Sat, Jul 08, 2006 at 01:53:05PM +0200, Benjamin Zores wrote:
> > Index: libmpdemux/pvr.c
> > ===================================================================
> > --- libmpdemux/pvr.c	(r??vision 0)
> > +++ libmpdemux/pvr.c	(r??vision 0)
> > @@ -0,0 +1,1024 @@
> > +/*
> > + *  Copyright (C) 2006 Benjamin Zores
> > + *   Demuxer for WinTV PVR-150/250/350 (a.k.a IVTV) PVR cards.
> 
> If this is a demuxer this should be named demux_pvr.c

Well as you said it's more a stream yaer (based on dvbin.c).
How do you call it then ?
"Streamer for WinTV ..." ?

> > +#include "stream.h"
> > +#include "ivtv.h"
> > +#include "tv.h"
> > +
> > +#define PVR_DEFAULT_DEVICE "/dev/video0"
> 
> But this looks more like this is a stream layer thing. Can't this be
> split properly somehow?

split what ?

Ben

-- 
"My life, and by extension everyone else's is meaningless."
Bender, Futurama



More information about the MPlayer-dev-eng mailing list