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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Jul 8 14:23:26 CEST 2006


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

> +#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?

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list