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
75674fbf
Commit
75674fbf
authored
Oct 06, 2009
by
Laurent Aimar
Browse files
Fixed a typo after auto deinterlace.
parent
f61a5e8e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/video_output/video_output.c
View file @
75674fbf
...
@@ -2066,7 +2066,7 @@ static void DeinterlaceEnable( vout_thread_t *p_vout )
...
@@ -2066,7 +2066,7 @@ static void DeinterlaceEnable( vout_thread_t *p_vout )
if
(
i_deinterlace
<
0
)
if
(
i_deinterlace
<
0
)
i_deinterlace
=
-
1
;
i_deinterlace
=
-
1
;
p_vout
->
p
->
b_picture_interlaced
=
=
is_needed
;
p_vout
->
p
->
b_picture_interlaced
=
is_needed
;
/* */
/* */
val
.
psz_string
=
psz_deinterlace
?
psz_deinterlace
:
p_optm
->
orig
.
psz
;
val
.
psz_string
=
psz_deinterlace
?
psz_deinterlace
:
p_optm
->
orig
.
psz
;
...
...
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