# HG changeset patch # User reimar # Date 1251250121 0 # Node ID ecc8287398bc770fc499e6a29613c428a03190b9 # Parent 8f1e09db090599d6a78b4db517fc8d5fb63b2258 Remove now dead code. diff -r 8f1e09db0905 -r ecc8287398bc pgssubdec.c --- a/pgssubdec.c Wed Aug 26 01:27:58 2009 +0000 +++ b/pgssubdec.c Wed Aug 26 01:28:41 2009 +0000 @@ -348,11 +348,9 @@ sub->end_display_time = 20000; sub->format = 0; - if (!sub->rects) { sub->rects = av_mallocz(sizeof(*sub->rects)); sub->rects[0] = av_mallocz(sizeof(*sub->rects[0])); sub->num_rects = 1; - } sub->rects[0]->x = ctx->presentation.x; sub->rects[0]->y = ctx->presentation.y;