From acd521493293d120e39a02880aab446242992349 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 18 Sep 2005 18:52:39 +0000 Subject: [PATCH] New structure from mvpmc --- stb.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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; -- 2.39.2