summaryrefslogtreecommitdiffstats
path: root/libass/ass_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_parse.c')
-rw-r--r--libass/ass_parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libass/ass_parse.c b/libass/ass_parse.c
index 920b035..4134987 100644
--- a/libass/ass_parse.c
+++ b/libass/ass_parse.c
@@ -943,8 +943,8 @@ void apply_transition_effects(ASS_Renderer *render_priv, ASS_Event *event)
y0 = v[1];
y1 = v[0];
}
- render_priv->state.clip_y0 = y0;
- render_priv->state.clip_y1 = y1;
+ render_priv->state.scroll_y0 = y0;
+ render_priv->state.scroll_y1 = y1;
render_priv->state.evt_type |= EVENT_VSCROLL;
render_priv->state.detect_collisions = 0;
}