Mercurial > libavcodec.hg
changeset 10089:b9247f1debb2 libavcodec
Reindent.
author | reimar |
---|---|
date | Wed, 26 Aug 2009 01:29:10 +0000 |
parents | ecc8287398bc |
children | 1315878bc455 |
files | pgssubdec.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pgssubdec.c Wed Aug 26 01:28:41 2009 +0000 +++ b/pgssubdec.c Wed Aug 26 01:29:10 2009 +0000 @@ -348,9 +348,9 @@ sub->end_display_time = 20000; sub->format = 0; - sub->rects = av_mallocz(sizeof(*sub->rects)); - sub->rects[0] = av_mallocz(sizeof(*sub->rects[0])); - sub->num_rects = 1; + 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;