From 4e16a060a0236f16d8397eeba503c1371b0c98fb Mon Sep 17 00:00:00 2001
From: Ian Caulfield <ian.caulfield@gmx.at>
Date: Tue, 24 Jul 2007 13:05:28 +0000
Subject: [PATCH] Reindent two lines. Patch by: Ian Caulfield, ian caulfield &
 gmx at

Originally committed as revision 9789 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/dvdsubdec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c
index 6fdbc19b1e9..b351e15d0df 100644
--- a/libavcodec/dvdsubdec.c
+++ b/libavcodec/dvdsubdec.c
@@ -348,8 +348,8 @@ static int decode_dvd_subtitles(AVSubtitle *sub_header,
                 } 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;
-- 
GitLab