[FFmpeg-cvslog] r9789 - trunk/libavcodec/dvdsubdec.c

takis subversion
Tue Jul 24 15:05:28 CEST 2007


Author: takis
Date: Tue Jul 24 15:05:28 2007
New Revision: 9789

Log:
Reindent two lines.
Patch by: Ian Caulfield, ian caulfield & gmx at


Modified:
   trunk/libavcodec/dvdsubdec.c

Modified: trunk/libavcodec/dvdsubdec.c
==============================================================================
--- trunk/libavcodec/dvdsubdec.c	(original)
+++ trunk/libavcodec/dvdsubdec.c	Tue Jul 24 15:05:28 2007
@@ -348,8 +348,8 @@ static int decode_dvd_subtitles(AVSubtit
                 } 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;




More information about the ffmpeg-cvslog mailing list