Commit 273e01c7 authored by takis's avatar takis

Reindent two lines.

Patch by: Ian Caulfield, ian caulfield & gmx at


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9789 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8052d482
...@@ -348,8 +348,8 @@ static int decode_dvd_subtitles(AVSubtitle *sub_header, ...@@ -348,8 +348,8 @@ static int decode_dvd_subtitles(AVSubtitle *sub_header,
} else { } else {
sub_header->rects[0].rgba_palette = av_malloc(4 * 4); sub_header->rects[0].rgba_palette = av_malloc(4 * 4);
sub_header->rects[0].nb_colors = 4; sub_header->rects[0].nb_colors = 4;
guess_palette(sub_header->rects[0].rgba_palette, guess_palette(sub_header->rects[0].rgba_palette,
colormap, alpha, 0xffff00); colormap, alpha, 0xffff00);
} }
sub_header->rects[0].x = x1; sub_header->rects[0].x = x1;
sub_header->rects[0].y = y1; sub_header->rects[0].y = y1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment