mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 02:14:26 +08:00
vpx_alpha: reindent after last changes
This commit is contained in:
parent
e3cad49115
commit
b132d09580
@ -135,7 +135,6 @@ static picture_t *CombinePicturesCPU(decoder_t *bdec, picture_t *opaque, picture
|
||||
return out;
|
||||
}
|
||||
|
||||
{
|
||||
// use the dummy opaque plane attached in the picture context
|
||||
struct pic_alpha_plane *p = alpha_ctx->plane;
|
||||
if (p == NULL)
|
||||
@ -148,7 +147,6 @@ static picture_t *CombinePicturesCPU(decoder_t *bdec, picture_t *opaque, picture
|
||||
return NULL;
|
||||
}
|
||||
|
||||
{
|
||||
p->p.i_lines = bdec->fmt_out.video.i_height;
|
||||
p->p.i_visible_lines = bdec->fmt_out.video.i_y_offset + bdec->fmt_out.video.i_visible_height;
|
||||
|
||||
@ -160,9 +158,7 @@ static picture_t *CombinePicturesCPU(decoder_t *bdec, picture_t *opaque, picture
|
||||
|
||||
alpha_ctx->plane = p;
|
||||
}
|
||||
}
|
||||
out->p[opaque->i_planes] = p->p;
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user