Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
06c55f74
Commit
06c55f74
authored
Oct 15, 2020
by
Steve Lhomme
Browse files
transcode: video: reindent code
No functional changes
parent
b88445de
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/transcode/video.c
View file @
06c55f74
...
...
@@ -591,16 +591,16 @@ int transcode_video_process( sout_stream_t *p_stream, sout_stream_id_sys_t *id,
if
(
!
p_in
)
break
;
/* Blend subpictures */
p_in
=
RenderSubpictures
(
id
,
p_in
);
/* Blend subpictures */
p_in
=
RenderSubpictures
(
id
,
p_in
);
if
(
p_in
)
{
block_t
*
p_encoded
=
transcode_encoder_encode
(
id
->
encoder
,
p_in
);
if
(
p_encoded
)
block_ChainAppend
(
out
,
p_encoded
);
picture_Release
(
p_in
);
}
if
(
p_in
)
{
block_t
*
p_encoded
=
transcode_encoder_encode
(
id
->
encoder
,
p_in
);
if
(
p_encoded
)
block_ChainAppend
(
out
,
p_encoded
);
picture_Release
(
p_in
);
}
}
if
(
b_eos
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment