changeset 5398:392483301260 libavcodec

Reindent two lines. Patch by: Ian Caulfield, ian caulfield & gmx at
author takis
date Tue, 24 Jul 2007 13:05:28 +0000
parents 31f367bf1a99
children 27b3ee661472
files dvdsubdec.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;