summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 46af2b6fc5..782fa12af2 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -23,7 +23,7 @@ typedef struct mp_osd_bbox_s {
typedef struct mp_osd_obj_s {
struct mp_osd_obj_s* next;
unsigned char type;
- unsigned char alignment; // 2 bits: x;y percents, 2 bits: x;y relative to parent; 2 bits: alignment left/right/center
+ unsigned char alignment; // 2 bits: x;y percentages, 2 bits: x;y relative to parent; 2 bits: alignment left/right/center
unsigned short flags;
int x,y;
int dxs,dys;