From: Chris Tallon Date: Sun, 18 Sep 2005 18:52:39 +0000 (+0000) Subject: New structure from mvpmc X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=acd521493293d120e39a02880aab446242992349;p=vompclient-marten.git New structure from mvpmc --- diff --git a/stb.h b/stb.h index 62e6873..bcc3f93 100644 --- a/stb.h +++ b/stb.h @@ -95,6 +95,7 @@ typedef struct { unsigned long bottom; } osd_clip_rec_t; +/* OLD typedef struct { int w; int h; @@ -108,6 +109,21 @@ typedef struct { int x4; int y4; } vid_pos_regs_t; +*/ + +// NEW +typedef struct { + int y; + int x; + int w; + int h; +} vid_rect_t; + +typedef struct { + vid_rect_t src; + vid_rect_t dest; +} vid_pos_regs_t; +// typedef struct { int stc_b32;