# HG changeset patch # User takis # Date 1185282328 0 # Node ID 392483301260ba4cac1b1e177046c7ade0f87a74 # Parent 31f367bf1a992aca0810b2146f3328e5808ab715 Reindent two lines. Patch by: Ian Caulfield, ian caulfield & gmx at diff -r 31f367bf1a99 -r 392483301260 dvdsubdec.c --- a/dvdsubdec.c Tue Jul 24 13:04:47 2007 +0000 +++ b/dvdsubdec.c Tue Jul 24 13:05:28 2007 +0000 @@ -348,8 +348,8 @@ } else { sub_header->rects[0].rgba_palette = av_malloc(4 * 4); sub_header->rects[0].nb_colors = 4; - guess_palette(sub_header->rects[0].rgba_palette, - colormap, alpha, 0xffff00); + guess_palette(sub_header->rects[0].rgba_palette, + colormap, alpha, 0xffff00); } sub_header->rects[0].x = x1; sub_header->rects[0].y = y1;