dvdsubenc: reindent after recent commit.
This commit is contained in:
parent
2d3acbfe8c
commit
67a804b9ac
@ -314,7 +314,6 @@ static int encode_dvd_subtitles(AVCodecContext *avctx,
|
||||
|
||||
// encode data block
|
||||
q = outbuf + 4;
|
||||
/* TODO reindent */
|
||||
offset1 = q - outbuf;
|
||||
// worst case memory requirement: 1 nibble per pixel..
|
||||
if ((q - outbuf) + vrect.w * vrect.h / 2 + 17 + 21 > outbuf_size) {
|
||||
@ -343,7 +342,6 @@ static int encode_dvd_subtitles(AVCodecContext *avctx,
|
||||
*q++ = (out_alpha[1] & 0xF0) | (out_alpha[0] >> 4);
|
||||
|
||||
// 12 bytes per rect
|
||||
/* TODO reindent */
|
||||
x2 = vrect.x + vrect.w - 1;
|
||||
y2 = vrect.y + vrect.h - 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user