diff xsubdec.c @ 10053:089dd845c8c0 libavcodec

Reindent.
author reimar
date Sat, 15 Aug 2009 00:58:26 +0000
parents 15a27663cce4
children 8ab9fbad11b2
line wrap: on
line diff
--- a/xsubdec.c	Sat Aug 15 00:57:24 2009 +0000
+++ b/xsubdec.c	Sat Aug 15 00:58:26 2009 +0000
@@ -83,9 +83,9 @@
     rlelen = bytestream_get_le16(&buf);
 
     // allocate sub and set values
-        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 = x; sub->rects[0]->y = y;
     sub->rects[0]->w = w; sub->rects[0]->h = h;
     sub->rects[0]->type = SUBTITLE_BITMAP;