[FFmpeg-cvslog] r19645 - trunk/libavcodec/xsubdec.c

reimar subversion
Sat Aug 15 02:58:26 CEST 2009


Author: reimar
Date: Sat Aug 15 02:58:26 2009
New Revision: 19645

Log:
Reindent.

Modified:
   trunk/libavcodec/xsubdec.c

Modified: trunk/libavcodec/xsubdec.c
==============================================================================
--- trunk/libavcodec/xsubdec.c	Sat Aug 15 02:57:24 2009	(r19644)
+++ trunk/libavcodec/xsubdec.c	Sat Aug 15 02:58:26 2009	(r19645)
@@ -83,9 +83,9 @@ static int decode_frame(AVCodecContext *
     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;



More information about the ffmpeg-cvslog mailing list