summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index ab0b704..52c5855 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -70,8 +70,8 @@ typedef struct free_list {
typedef struct {
int frame_width;
int frame_height;
- int storage_width; // width of the source image
- int storage_height; // height of the source image
+ int storage_width; // video width before any rescaling
+ int storage_height; // video height before any rescaling
double font_size_coeff; // font size multiplier
double line_spacing; // additional line spacing (in frame pixels)
double line_position; // vertical position for subtitles, 0-100 (0 = no change)
@@ -339,8 +339,6 @@ struct ass_renderer {
int orig_width; // frame width ( = screen width - margins )
int orig_height_nocrop; // frame height ( = screen height - margins + cropheight)
int orig_width_nocrop; // frame width ( = screen width - margins + cropwidth)
- int storage_height; // video height before any rescaling
- int storage_width; // video width before any rescaling
ASS_Track *track;
long long time; // frame's timestamp, ms
double font_scale;