[MPlayer-dev-eng] MGA_VID suggestions

Nick Kurshev nickols_k at mail.ru
Sun Nov 18 11:41:30 CET 2001


Hello, Arpi!

I've found incompatibility between mga_vid stuff and radeon_vid in FOURCC definitions.
Please look at mga_vid.h there is:
#define MGA_VID_FORMAT_YUY2 (('Y'<<24)|('U'<<16)|('Y'<<8)|'2')

but libvo/img_format.h has:
#define IMGFMT_YUY2 0x32595559

I.e. mga_vid.h has swaped FOURCC definitions.
IMHO img_foramt.h is more standartized than mga_vid.h because the same
definitions of FOURCC is used in other projects.

In this connextion - maybe it woukd be better to use fbvid.h (see attach)
header file as further standard of xxx_vid development?

As I laready wrote - this stuff is taken from linuxconsole project at sf.net

Best regards! Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fbvid.h
Type: application/octet-stream
Size: 7253 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20011118/e30ec9dc/attachment.obj>


More information about the MPlayer-dev-eng mailing list