[MPlayer-dev-eng] I'm going crazy...

Arpi arpi at thot.banki.hu
Thu Oct 10 01:11:11 CEST 2002


Hi,

> 1) Please tell me how to blend YUV using an alpha value of 0-255... I've been 
> trying all evening, but I can't make U and V blend... :((
> 2) I can't figure out how query_format works... Is it possible to get RGB24 
> data? 

is it really so hard? have you ever read docs/tech/colorspaces.txt and
libmpcodecs.txt and others?

have you ever look at any filter source?

static int query_format(struct vf_instance_s* vf, unsigned int fmt){
    if(fmt==IMGFMT_BGR24) return VFCAP_CSP_SUPPORTED;
    return 0;
}


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list