]> git.vomp.tv Git - vompclient.git/commitdiff
New structure from mvpmc
authorChris Tallon <chris@vomp.tv>
Sun, 18 Sep 2005 18:52:39 +0000 (18:52 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 18 Sep 2005 18:52:39 +0000 (18:52 +0000)
stb.h

diff --git a/stb.h b/stb.h
index 62e68736a29ee6e5d072f8da2ebf6937e373d20f..bcc3f93a9b309a395c15888ea5acd6a91e5e04d7 100644 (file)
--- 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;