Reindent two lines.
Patch by: Ian Caulfield, ian caulfield & gmx at Originally committed as revision 9789 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Panagiotis Issaris
parent
1aadf63fd1
commit
4e16a060a0
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user