From: Grigori Goronzy Date: Sun, 1 Aug 2010 04:31:31 +0000 (+0200) Subject: Don't initialize bitmap hash key with bogus values X-Git-Tag: 0.9.10~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c3673c4d4e22a25a09efdac1bebb947706d6ff1;p=libass Don't initialize bitmap hash key with bogus values --- diff --git a/libass/ass_render.c b/libass/ass_render.c index 21929d9..c9df306 100644 --- a/libass/ass_render.c +++ b/libass/ass_render.c @@ -1703,8 +1703,6 @@ fill_bitmap_hash(ASS_Renderer *priv, BitmapHashKey *hash_key, hash_key->frz = rot_key(priv->state.frz); hash_key->fax = double_to_d16(priv->state.fax); hash_key->fay = double_to_d16(priv->state.fay); - hash_key->advance.x = pen.x; - hash_key->advance.y = pen.y; hash_key->be = priv->state.be; hash_key->blur = priv->state.blur; hash_key->border_style = priv->state.style->BorderStyle;