Merge pull request #2941 from metalefty/format
Apply astyle 3.4 code formatter
This commit is contained in:
commit
494376438c
@ -644,10 +644,10 @@ gfx_wiretosurface2(struct xrdp_encoder *self,
|
|||||||
if (self->codec_handle_prfx_gfx[mon_index] == NULL)
|
if (self->codec_handle_prfx_gfx[mon_index] == NULL)
|
||||||
{
|
{
|
||||||
self->codec_handle_prfx_gfx[mon_index] = rfxcodec_encode_create(
|
self->codec_handle_prfx_gfx[mon_index] = rfxcodec_encode_create(
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
RFX_FORMAT_YUV,
|
RFX_FORMAT_YUV,
|
||||||
RFX_FLAGS_RLGR1 | RFX_FLAGS_PRO1);
|
RFX_FLAGS_RLGR1 | RFX_FLAGS_PRO1);
|
||||||
if (self->codec_handle_prfx_gfx[mon_index] == NULL)
|
if (self->codec_handle_prfx_gfx[mon_index] == NULL)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user