Date: Tue, 27 Aug 2002 19:07:38 +0200

From: Denis Oliver Kropp
Subject: YUV support

I just added YUV overlay support to the DirectFB backend.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40479
This commit is contained in:
Sam Lantinga 2002-08-31 04:13:28 +00:00
parent 4a1ab27d1f
commit cf7d4082e0
5 changed files with 338 additions and 1 deletions

View file

@ -51,4 +51,6 @@ struct SDL_PrivateVideoData
#define HIDDEN (this->hidden)
void SetDirectFBerror (const char *function, DFBResult code);
#endif /* _SDL_DirectFB_video_h */