[vdr] [OT] mini-PCIE with Broadcom Crystal HD Hardware Decoder (BCM970012) for HD playback with free drivers
Goga777
goga777 at bk.ru
Sat Jan 2 18:22:59 CET 2010
> > what about of corrected interlace output ? Most of them videocards can't do it correctly....
>
> I can't answer that unfortunately.
let's hope that Crystal HD can do deinterlacing and scaling
in crystalhd/include/7411d.h there's lines
/* scaling on/off */
/* - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
eC011_SCALING_OFF = 0x00000000,
eC011_SCALING_ON = 0x00000001,
} eC011_SCALING;
/* deinterlacing on/off */
/* - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
eC011_DEINTERLACING_OFF = 0x00000000,
eC011_DEINTERLACING_ON = 0x00000001,
} eC011_DEINTERLACING;
/* deinterlacing on/off */
/* - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
eC011_DEINTERLACING_OFF = 0x00000000,
eC011_DEINTERLACING_ON = 0x00000001,
} eC011_DEINTERLACING;
More information about the vdr
mailing list