diff options
Diffstat (limited to 'sub/osd_state.h')
-rw-r--r-- | sub/osd_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/osd_state.h b/sub/osd_state.h index dc2d6d5b6c..5cb0f1e07c 100644 --- a/sub/osd_state.h +++ b/sub/osd_state.h @@ -22,6 +22,7 @@ struct ass_state { struct ass_track *track; struct ass_renderer *render; struct ass_library *library; + int res_x, res_y; }; struct osd_object { |