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
GSoC
GSoC2018
macOS
vlc
Commits
066b3e50
Commit
066b3e50
authored
Jun 23, 2008
by
Eric Petit
Browse files
Fixes a leftover in [
eb691987
]
parent
eb691987
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/stream_out/transcode.c
View file @
066b3e50
...
...
@@ -1676,9 +1676,6 @@ static void transcode_video_encoder_init( sout_stream_t *p_stream,
id
->
p_encoder
->
fmt_in
.
video
.
i_height
=
id
->
p_encoder
->
fmt_in
.
video
.
i_visible_height
=
i_dst_height
;
id
->
p_encoder
->
fmt_in
.
video
.
i_width
=
i_dst_width
;
id
->
p_encoder
->
fmt_in
.
video
.
i_height
=
i_dst_height
;
msg_Dbg
(
p_stream
,
"source %ix%i, destination %ix%i"
,
i_src_width
,
i_src_height
,
i_dst_width
,
i_dst_height
...
...
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